Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which is the best (and free) APL interpreter? [closed]

I need an APL implementation to test some expressions, do your know which is the best interpreter for the language ?

It would be great if it is free and it runs on Linux.

like image 364
lurks Avatar asked Apr 10 '11 16:04

lurks


People also ask

Is APL fast?

Even the first APL implementation, APL\360, was considered fast for an interpreted language: Larry Breed said it executed programs "often one-tenth to one-fifth as fast as compiled code".

What is APL software?

APL is an array-oriented programming language that will change the way you think about problems and data. With a powerful, concise syntax, it lets you develop shorter programs that enable you to think more about the problem you're trying to solve than how to express it to a computer.


2 Answers

You can test simple expressions with my APL interpreter, it runs on JavaScript in the browser: http://ngn.github.com/apl/web/index.html https://n9n.gitlab.io/apl/web/index.html

like image 60
ngn Avatar answered Dec 21 '22 13:12

ngn


Try GNU APL. Version 1.0 was released September 27, 2013.

like image 35
JPaget Avatar answered Dec 21 '22 13:12

JPaget