Вопрос

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

Is there any way to call d functions from a shell (Ipython or similar)? I looked in to pyd but it seems quite out of date.

Это было полезно?

Решение

I wholeheartedly recommend the excellent LuaD. It is an active project, the author is StackOverflow user and he is also hanging on the official D IRC channel irc://irc.freenode.org/D .

Другие советы

Try pyd it's a library for writing extensions for python in D, there is even a distutils extension to help building D extensions for use in python.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top