Using Common Lisp from Inside the Browser
SMRTR summary
WECL (Web Embeddable Common Lisp) enables running Common Lisp inside web browsers through WebAssembly. Users can script websites with CL, interact with JavaScript through a foreign function interface, and even connect to Emacs via LIME/SLUG for a REPL experience. Despite current limitations like lack of threading and optimization, the project allows developers to inject Common Lisp into any website.
SMRTR provides this summary for quick context. The original article belongs to Hacker News.
Read the original article