slackbuilds/development/eisl
Juan M. Lasca b15f2e2573
development/eisl: Updated for version 3.70.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-02-10 16:17:18 +07:00
..
patches
README
eisl.SlackBuild development/eisl: Updated for version 3.70. 2024-02-10 16:17:18 +07:00
eisl.info development/eisl: Updated for version 3.70. 2024-02-10 16:17:18 +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.