slackbuilds/development/eisl
Juan M. Lasca 3a4244ee12
development/eisl: Updated for version 5.42.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-05-10 12:07:35 +07:00
..
patches
README
eisl.SlackBuild development/eisl: Updated for version 5.42. 2025-05-10 12:07:35 +07:00
eisl.info development/eisl: Updated for version 5.42. 2025-05-10 12:07:35 +07:00
slack-desc

README

Easy-ISLisp (EISL) is an interpreter and compiler compatible with the
ISLisp standard. EISL was written by Kenichi Sasagawa and is available
under a BSD license, featuring:
* Full support of the ISLisp standard plus a number of extensions.
* Readline support and syntax highlighting.
* A compiler with generates C code, comparable in performance as 
  equivalent code generated by SBCL.
* tail-call optimization.
* type inference.
* C interop,
* libraries for CSV handling, OpenGL, statistics, parallel execution,
  linear algebra, combinatorics, GNU Plot interop, lazy evaluation
  (delay / force, l*), Tcl/Tk interop, TCP sockets, Unicode support,
  prolog interpreter, etc.