By Robert Smith
mine is a brand new IDE for Coalton and Common Lisp, built from the ground up with one purpose: To make Coalton and Common Lisp easier and more accessible to the programming world.
mine is a complete, single-download application that comes with everything needed to experience the interactive and incremental development programming workflow, including hot-reloading and on-the-fly debugging, that Lisp programmers often refer to as the differentiating feature of the ecosystem. After installing, one can immediately open a file, program some Coalton or Lisp, and beam code to the REPL. On the same token, it has many of the advanced features you’d expect in a professional IDE:
Inline diagnostics, from critical errors to harmless optimization notes
Integrated debugger with readable backtraces
Jump-to-definition (the Lisper-favorite meta-dot)
Autocomplete that is aware of package nicknames
Real-time display of argument lists and function types
Syntax highlighting
Auto-indentation
... continue reading