Google
×
Past year
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
All results
GitHub
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
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.
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 ...
Dec 30, 2023 · LIPS has documentation builtin into every function. You can see the docstring when you hover over the name of the symbol in the REPL. It also has auto-indent.
Aug 15, 2024 · Emacs Lisp implementation in JavaScript. Copyright (c) 2009 Sami Samhuri - sami.samhuri@gmail.com Released under the terms of the MIT license.
Oct 7, 2023 · This challenge is to build your own Lisp interpreter. Lisp is a general-purpose, multi-paradigm programming language suited for a wide variety of industry ...
Jul 17, 2024 · Lisp is an expression-based language where every expression returns a value, and no explicit return statement exists. The second expression creates a lambda and ...
Aug 12, 2024 · The easiest way of pairing opening and closing characters is using the stack. Stack is the simplest data structure.
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.