简体   繁体   中英

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 plotting libraries (eg 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 .

尝试pyd,这是一个用于在D中为python编写扩展的库,甚至还有一个distutils扩展来帮助构建D扩展以在python中使用。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM