Past year
All results
- All results
- Verbatim
Feb 27, 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.
Jun 26, 2024 · 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- ...
May 26, 2024 · To transform a Lisp program into a JavaScript program, you need to convert it to an intermediate representation. I used an Abstract Syntax Tree (AST) for this ...
Apr 3, 2024 · Powerfull Scheme based Lisp in JavaScript. LIPS Scheme has one repository available. Follow their code on GitHub.
Jul 17, 2024 · We'll extend our language by adding an environment first, then adding the define special form, and finally, support for lambdas is added.
Writing a Lisp compiler (Lisp to assembly) from scratch in JavaScript ...
news.ycombinator.com › item
Sep 15, 2024 · There's a dissolution effect of writing interpreters. It's a big source of clarity.
Apr 4, 2024 · In this article, I will show you how to create a simple S-expression parser step by step. This can be a base for the Lisp parser.
May 29, 2024 · Lisp is a simple yet very powerful programming language, and the Lisp meta-circular evaluator is just a fancy name for a Lisp interpreter defined in Lisp itself ...
Jul 29, 2024 · It has a implementation of Emacs Lisp with interpreter, compiler, repl, and a lot of development tools. Thus GNU Emacs can be extended at runtime using Emacs ...
Jun 1, 2024 · The icing pattern is using Lisp as a “scripting” language on top of a cake that is made from C, Rust, and other static languages.