Including results for javascript lisp interpreter site:news.ycombinator.com
Search only for jscript lisp interpreter site:news.ycombinator.com
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.
May 22, 2017 · A home built lisp interpreter comes up with a "let me show you how it works", I always have to reference back to the MAL (make a lisp) project.
Apr 3, 2020 · A linting tool that can blacklist/whitelist a subset of common lisp macros and expressions that can be used in a project.
Jan 25, 2012 · Here are two version of the LISP interpreter in JavaScript that I wrote: 1. Direct port of Peter Norvig's version in Python: https ...
Writing a Lisp compiler (Lisp to assembly) from scratch in JavaScript ...
news.ycombinator.com › item
Sep 15, 2024 · Writing a Lisp compiler (Lisp to assembly) ... If you liked this one, you might like my favorite compiler & interpreter resources page.
May 11, 2009 · That is NOT a "web" Lisp; you're interacting via telnet with Franz Common Lisp, a piece of REAL software with 20+ years of history. Type this ...
Oct 27, 2020 · Lisp macros + javascript. There is such joy in being able to mold the language to your needs and to completely eliminate any boiler plate duplicate code.
Feb 13, 2016 · The foldl is a part of the TypeScript program that implements the Lisp. By the way, as for "while" in the implemented Lisp, it is defined with ...
Nov 29, 2011 · It still uses S-expressions, albeit with different kind of parentheses and separators. The whole point of S-expressions is that syntax is irrelevant.
To add to the list, Peter Norwig's lisp interpreter is a short, concise introduction to interpreters. http://norvig.com/lispy.html.