Calling d-code from an interactive shell

I need an interactive environment where I can call d functions on the fly using a good scripting language with decent scientific build libraries (like python).

Is there a way to call d functions from the shell (Ipython or similar)? I looked at pyd, but it looks completely outdated.

+5
source share
2 answers

I wholeheartedly recommend excellent LuaD . This is an active project, the author is a user of StackOverflow, and it also hangs on the official IR channel IRC irc: //irc.freenode.org/D.

+3
source

pyd python D, distutils, D python.

+2

All Articles