Did you mean: javascript lisp interpreter
About. js-lisp is a lisp interpreter written in 100% JavaScript, and thus usable in any (supported) browser or JavaScript runtime without the need for plugins or add-ons of any kind.
Jun 26, 2024
LIPS Scheme is powerful lisp interpreter written in JavaScript. The aim of the project is to fully support R7RS specification of Scheme Programming Language.
Apr 7, 2022 · A Scheme interpreter accepts a Scheme program's source code, evaluates the program's expressions, and returns the final result.
Little Lisp is an interpreter that supports function invocation, lambdas, lets, ifs, numbers, strings, a few library functions, and lists.
Aug 11, 2019 · Lisp Interpreter in JavaScript ... An interpreter has two parts. Parsing; Execution. Parsing: Parsing component takes input program as a sequence ...
Lisp-JS. This library is an extendable interpreter / compiler for Lisp intended for use in any JS environment as a secure sandboxed execution runtime.
People also ask
What is Lisp interpreter?
Is Emacs just a lisp interpreter?
Is there a JavaScript interpreter?
Is JavaScript similar to Lisp?
This interpreter currently understands a reasonable subset of the Common Lisp dialect. Currently implemented primitives include: quote (aliased as '); atom ...
The choice of instructions and some of the implementations of the composite functions were taken from Roger Rohrbach's Lisp in Awk interpreter. The syntax ...
Simple implementation of Scheme based lisp written in JavaScript. This is first version that later become LIPS Scheme....
Aug 24, 2021 · In this post, I discuss about building a simple Lisp interpreter, written in JavaScript, supporting basic Clojure syntax.