Try LispE in the Browser

Lobsters Hottest Tools

Summary

A brief mention or link to try LispE, a Lisp dialect, in the browser.

<p><a href="https://lobste.rs/s/qbh60z/try_lispe_browser">Comments</a></p>
Original Article

Similar Articles

Transpiling from Python into Lisp

Lobsters Hottest

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.

Hot Wiring the Lisp Machine

Lobsters Hottest

A developer shares their experience building a zero-dependency static site generator using Emacs and Org-mode, discussing the limitations of existing tools like org-publish and their journey to create a publishing solution that preserves their workflow.

Emacs is my browser

Lobsters Hottest

Joshua Blais shares how he replaced mainstream browsers with Emacs’ built-in EWW for 85-90 % of daily web use, citing fewer distractions and higher signal-to-noise ratio.

What are you doing this week?

Lobsters Hottest

A developer shares progress on Ekto, an embeddable typed language influenced by Lua, Koka, and Erlang, discussing implementation challenges around reference counting, memory management, and delimited continuations for the Casper VM.