Try LispE in the Browser
Summary
A brief mention or link to try LispE, a Lisp dialect, in the browser.
Similar Articles
Transpiling from Python into Lisp
LispE is an open-source Lisp dialect by NAVER that combines functional and array language features with support for AI libraries like PyTorch, llama.cpp, and MLX. It runs as both a native application and WebAssembly library with thread support and modern functional programming capabilities.
De‐bloating Javascript
LispE is a compact Lisp dialect developed by NAVER that combines functional and array language features, with support for AI libraries like PyTorch and llama.cpp.
@msimoni: This shows that with some very mild macrology, WebAssembly is almost a recognizable Lisp you can write directly.
The article discusses how WebAssembly can be approached with Lisp-like macros to make its syntax more human-friendly, referencing a past JavaScript implementation by Joel Martin.
Lisp in Web-Based Applications (2001)
Paul Graham discusses the advantages of using Lisp for web-based applications, including language freedom, incremental development, and rapid bug fixing, drawing from his experience with Viaweb.
Hyperpolyglot Lisp: Common Lisp, Racket, Clojure, Emacs Lisp
A side-by-side reference sheet comparing syntax and features of Common Lisp, Racket, Clojure, and Emacs Lisp.