Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一个交互式环境,我可以在其中使用良好的脚本语言和体面的科学绘图库(例如 python)即时调用 d 函数。
有没有办法从 shell(Ipython 或类似的)调用 d 函数?我查看了 pyd ,但它似乎已经过时了。
我全心全意地推荐优秀的LuaD。这是一个活跃的项目,作者是 StackOverflow 用户,他也挂在官方 D IRC 频道 irc://irc.freenode.org/D 上。
试试pyd,它是一个用于在 D 中为 python 编写扩展的库,甚至还有一个 distutils 扩展来帮助构建用于 python 的 D 扩展。