|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
D - Embedding PHP into D, and ruby for that matter.
I am building a GA in D and part of the analysis I need to do involves evaluating chunks of PHP code. I have found a few posts about getting php-embed to work in D but no links to a how to or other example. Has anyone tried it? The main advantage for me would be to be able to process the code directly from the server instead of having to use the php CLI. Plus I think it would be neat to just see it working in D :) And I would like to do the same thing with ruby but I think the ruby portion is a lot easier. Jul 03 2007
|