Results 1 - 4 of 4
LispScript is a Common Lisp program that translates Lisp programs into Javascript. It's extremely simple at the moment, but has support for basic arithmetic functions, defun, IF, macros, and LET. It currently works with CLISP.
Platform:unknown (portable OS) License:MIT License
Reference:https://lispscript.sourceforge.net/
LispSharp is a fully compiled lisp implementation for the .NET Framework. It uses a Lisp dialect similar to ISO Lisp, it has a Command-line toplevel compiler with Read Compile Print Loop.It references any .NET DLL and produces standard .NET assembly.
Platform:Windows License:GNU Library or Lesser General Public License (LGPL)
Reference:https://lispsharp.sourceforge.net/
Steel Bank Common Lisp (SBCL) is a high performance Common Lisp compiler. It is open source / free software, with a permissive license. In addition to the compiler and runtime system for ANSI Common Lisp, it provides an interactive environment including an a debugger, a statistical profiler, a code coverage tool, and many other extensions.
Platform: Linux License:MIT License
Reference:https://sbcl.sourceforge.net/
BEE Lisp is an expandable compiler for The Lisp language which allows to create completely independent EXE and DLL files. In contrast with the majority of analogues executable files created by this compiler require no interpreters or virtual machines.
Platform: Windows License:unknown
Reference:https://www.beelisp.com/