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.

mine: An Integrated Development Environment for Coalton and Common Lisp

By

varjag

1mo ago· 2 min readen

Summary

mine is an integrated development environment (IDE) designed for both Coalton and Common Lisp programming languages. It is available on Windows, macOS, and Linux in two flavors: a self-contained packaged application (mine-app) and a terminal-based variant (mine-core) for users who prefer command-line workflows. The IDE features an integrated REPL and code beaming, and supports using Coalton (strong, static typing with functional programming) and Common Lisp (dynamic, object-oriented) either separately or mixed together in the same project.

Key quotes

· 5 pulled
If you want strong, static types with a flavor of functional programming, Coalton is available.
If you want free-wheeling dynamicism and an advanced object system, Common Lisp is available.
You can use one, the other, or mix-and-match as your project demands.
mine-app for Windows and macOS is a complete, all-in-one, packaged application with no dependencies.
mine-core for Windows, macOS, and Linux is a hacker-friendly 'bring your own compliant terminal' variant.
Snippet from the RSS feed
mine is an integrated development environment for Coalton and Common Lisp for Windows, macOS, and Linux. 👉 Download the latest release. mine comes in two flavors: mine-app for Windows and macOS is a complete, all-in-one, packaged application with no depen

You might also wanna read