Mine, a Coalton and Common Lisp IDE

· coding · Source ↗

TLDR

  • Robert Smith releases mine, a batteries-included IDE for Coalton and Common Lisp targeting interactive, incremental development with a single download.

Key Takeaways

  • Single-download app for Windows, macOS, and Linux; no separate SBCL, Quicklisp, or editor setup required.
  • Built around the Lisp interactive development loop: hot-reloading, on-the-fly debugging, and beaming code to a live REPL.
  • Supports both Coalton (a typed functional language compiled to Common Lisp) and standard Common Lisp in one environment.
  • Explicitly designed for accessibility, aiming to lower the steep setup barrier that keeps most developers away from the Lisp ecosystem.
  • Positions itself alongside professional IDEs with advanced features beyond basic REPL connectivity.

Hacker News Comment Review

  • Early commenter draws a direct line to Borland Turbo Pascal and QuickBasic as the design archetype: self-contained, instant-start tooling that made a language approachable without yak-shaving a toolchain.
  • The Turbo/QBASIC comparison appears in the project’s own framing, so the comment validates that the positioning landed with at least part of the target audience.
  • No substantive technical critique or implementation discussion yet; thread is too early.

Notable Comments

  • @yenko: “easy as the QBASIC or the Borland Turbo products of yore, but for Coalton and Common Lisp” – quotes mine’s own framing and calls it awesome.

Original | Discuss on HN