All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Web Embeddable Common Lisp: Bringing Common Lisp to Web Browsers via WebAssembly

By

jackdaniel

9mo ago· 10 min readenNews

Summary

Web Embeddable Common Lisp (WECL) is a project that enables Common Lisp programming within web browsers through WebAssembly. The article outlines technical progress, including JS-FFI for low-level JavaScript interface, LIME/SLUG for Emacs integration, and methods for injecting CL runtime into websites. The author details current limitations and future development plans, emphasizing this is not a release version but a progress report on bringing Common Lisp to browser environments.

Key quotes

· 5 pulled
Web Embeddable Common Lisp is a project that brings Common Lisp and the Web Browser environments together
It is important to note that this is not a release and none of the described APIs are final
JS-FFI – low level interface for JavaScript interaction
LIME/SLUG – interacting from Emacs with the browser environment
Injecting CL runtime in arbitrary websites
Snippet from the RSS feed
Tagged as lisp, webassembly

You might also wanna read