MiniD binding library update, better compilation on Linux

Alan Knowles alan at akbkhome.com
Fri Nov 23 16:00:58 PST 2007


Jarrett Billingsley wrote:
> "Dejan Lekic" <dejan.lekic at gmail.com> wrote in message 
> news:fi6ekc$21qf$1 at digitalmars.com...
>> Actually, if DMDScript was "open", I would never, ever think about using 
>> anything else for scripting in my applications. Simply because it works 
>> perfectly together with D.
>> Second candidate is DLua, of course.
> 
> No offense, but did you read my post?  DMDScript's D API is pretty terrible 
> compared to MiniD's.  MiniD is the on that works perfectly together with D. 
Defiantly a matter of opinion ;)

DMDScript just needs a bit of love:
- example of binding code for Phobos to DMDScript:
http://www.akbkhome.com/svn/gtkDS/wrap/APILookupPhobos.txt
- Adding objects (a bit outdated as the code generator does all the work 
for you)
http://www.akbkhome.com/blog.php/View/138/dmdscript__the_EMCAScript_javascript_engine_in_D__adding_objects.html

It's an odd balance for new languages, For all it's woes DMDScript 
implements a known language (so no relearning, or remembering another 
languages libraries or quirks)

Adding stuff to DMDScript is pretty quick now, - Hopefully some kind of 
System.exec()) and libtidy binding should be done next week.

Regards
Alan
> 
> 



More information about the Digitalmars-d-announce mailing list