May 02, 2007 General » Re: Multi-architecture binaries | |||
|---|---|---|---|
| |||
A pragma would only be required as a...a little thunk, something like:
asm {
naked;
mov... | |||
April 30, 2007 General » API changing, possible low lying fruit, random thought | |||
|---|---|---|---|
| |||
...changes would do stuff like rewrite writefln( "Hello...could be handled by pragma(msg,"...")'ing some... | |||
April 28, 2007 General » Re: Suggestion: non-fatal failed imports | |||
|---|---|---|---|
| |||
...e) {
pragma(msg, "Compiling without support for missing.module")
}
else {
version = usingMissingModule;
}
Or something like... | |||
April 27, 2007 General » Re: D Developers Conference | |||
|---|---|---|---|
| |||
...have some decent packages available. It looks like the lowest they'll go is around... | |||
April 10, 2007 General » Re: BLADE 0.2Alpha: Vector operations with mixins, expression templates, and asm | |||
|---|---|---|---|
| |||
...an earlier cut that looked a lot like this. :) But there's a very subtle... | |||
April 10, 2007 General » Re: BLADE 0.2Alpha: Vector operations with mixins, expression templates, and asm | |||
|---|---|---|---|
| |||
...some basic semantic analysis, and do things like declare binding vars. I'm still looking... | |||
April 09, 2007 General » Re: BLADE 0.2Alpha: Vector operations with mixins, expression templates, | |||
|---|---|---|---|
| |||
...compile time) and what D would be like as a full-on scripting language (not... | |||
April 03, 2007 General » Re: String & delimit | |||
|---|---|---|---|
| |||
...you pass to delimit(). Just call it like "delimit(string1,string2)" and it'll work... | |||
March 30, 2007 General » Re: might be a bug in the DMD FrontEnd [OT] | |||
|---|---|---|---|
| |||
...part hopeless romantic. The comic archive is *packed* with humor like this. -- - EricAnderton at yahoo | |||
March 25, 2007 General » Re: shebang launcher for D programs | |||
|---|---|---|---|
| |||
...all the object files like you do with...libraries using: "version(build) pragma(link, baz);" So... | |||
Copyright © 1999-2021 by the D Language Foundation