Our great sponsors
-
Maybe check out CLOG (Common Lisp Omnificent GUI). It uses HTML/CSS/JS for local apps, can be packaged as an Electron app, and has pretty decent interactivity through SLIME. Haven't checked on it in a while but last time I played with it, it was pretty neat.
-
electron-sbcl-sqlite
A simple boilerplate that builds an Electron app with SBCL and SQLite3 embedded
-
SonarLint
Deliver Cleaner and Safer Code - Right in Your IDE of Choice!. SonarLint is a free and open source IDE extension that identifies and catches bugs and vulnerabilities as you code, directly in the IDE. Install from your favorite IDE marketplace today.
-
electron-lisp-boilerplate
A rudimentary boilerplate for building Electron apps with embedded Lisp helper processes
-
I'm looking to do something similar to what Electron.jl and ElectronDisplay.jl do, which is embed visualisations into electron windows, and manage them, via the REPL. Most of the work in visualisations these days seem to be JavaScript based, like Plotly and Vega-Lite, and I want to tap into the ecosystem that's been built around them, for example Vega/Voyager for data exploration.