有APL的任何开源实现吗?
问题描述:
我知道J& K;但都不是开源的.
I am aware of J & K; but neither are open source.
我也知道A +,但这似乎已经过时了.
I'm also aware of A+, but that seems outdated.
APL是否有不错的开源实现?
Is there any decent open source implementation of APL?
如果是,在哪里?如果没有,为什么?
If so, where? If not, why?
答
我正在用JavaScript(http://github.com/ngn/apl)尝试APL解释器,该解释器可在node.js或浏览器中运行.它可以做一些基本的事情,例如计算Conway的人生游戏,但是现在说它能否变成一个体面的实现还为时过早.
I'm experimenting with an APL interpreter in JavaScript (http://github.com/ngn/apl), runs on node.js or in a browser. It can do basic stuff, like compute a generation of Conway's game of life, but it's early to tell if it can turn out into a decent implementation.