The APL c compiler project

From EDM2
Revision as of 19:56, 12 March 2018 by Ak120 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

aplc is a program that compiles APL into C code that can then be used to compile into native code. Supplied in C source code form only, so it requires a working ANSI C compiler.

Versions

  • 5.12 (Dec 2007) - stable version
  • 6.18 (Aug 2015) - development version

Publications

License

Appears to be in the Public Domain.

  • Authors: Timothy A. Budd, Sam Sirlin

Links