DMD 1.005 release

BLS Killing_Zoe at web.de
Tue Feb 6 06:45:26 PST 2007


Walter Bright schrieb:

 > The idea is to enable the creation of DSLs (Domain Specific Languages)

Kevin Bealer schrieb :
 > It looks like one could write a few hundred line module that can pull 
 > in  and do compile-time interpreting of a language of the complexity 
 > > of say Scheme.

to figure it out / This means /

procedure foo( num1, num2 )
   return aValue

or

PROCEDURE fo
   IN PARAMETERS num1, num2
   OUT PARAMETERS aValue


Is this something I can establish in D since 1.005 ?
?
Bjoern


Kevin Bealer schrieb:
> 



More information about the Digitalmars-d-announce mailing list