Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any open source implementation of APL? [closed]

I am aware of J & K; but neither are open source.

I'm also aware of A+, but that seems outdated.

Is there any decent open source implementation of APL?

If so, where? If not, why?

like image 310
anon Avatar asked Jan 25 '10 19:01

anon


1 Answers

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.

like image 84
ngn Avatar answered Oct 23 '22 18:10

ngn