7 comments

  • MarsIronPI5 hours ago
    Huh, I wonder why they made their own IDE instead of integrating with Sly&#x2F;SLIME. Not trying to knock the project, just genuinely curious. Writing a whole editor sounds like a lot of work.<p>I like the choice of Iosevka as a font, though.<p>Edit: One value I do see myself getting from Mine is as an example Coalton project. Last time I tried Coalton I couldn&#x27;t figure out how to get ASDF to load standalone Coalton files. Now I have a working example to copy.
    • mepian5 hours ago
      There is an explanation in the blog: <a href="https:&#x2F;&#x2F;coalton-lang.github.io&#x2F;20260424-mine&#x2F;" rel="nofollow">https:&#x2F;&#x2F;coalton-lang.github.io&#x2F;20260424-mine&#x2F;</a><p>&gt; However, the above is a tall order for someone just wanting to dip their toes in, to see if they have any interest in Coalton or Common Lisp. A couple hours on the weekend is easily sunk into getting configurations right, and the right subsystems installed, and the right paths setup, just so the first line of code can be executed.<p>&gt; mine is not Emacs. It aims to eliminate all of that, and be a Coalton&#x2F;Lisp-first development environment, whose only job is to be a Coalton&#x2F;Lisp-first development environment. But more than that, it needs to be accessible. A non-programmer should find it easy to download, install, and run mine with nothing more than a download link.
      • dajt1 hour ago
        Why would a non-programmer want to download, install and run a CL IDE?
      • dasyatidprime40 minutes ago
        &gt; mine is not Emacs.<p>Ah… yes, okay, I see what they did there… chuckle, sigh. Well, it&#x27;s arguably in the same grand cultural tradition as EINE and ZWEI at least!
    • bitwize2 hours ago
      Iosevka is the king of scalable terminal&#x2F;programming fonts. I&#x27;m not sure why, maybe it&#x27;s because the glyphs have lines and angles that look &quot;terminal-y&quot; in the same pleasing way Terminus and the 3270 font do whilst avoiding the problems that accompany trying to scale a pixel font.
      • MarsIronPI18 minutes ago
        I love Iosevka. I use it as my monospace, serif and sans-serif fonts and it&#x27;s gorgeous, in its own unique way.
  • sctb7 hours ago
    Interesting! Looks like the IDE itself is written in Coalton (<a href="https:&#x2F;&#x2F;github.com&#x2F;coalton-lang&#x2F;coalton&#x2F;tree&#x2F;main&#x2F;mine" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;coalton-lang&#x2F;coalton&#x2F;tree&#x2F;main&#x2F;mine</a>) and you can either bring your own terminal or use the standalone version which uses Tauri and Xterm.js.
  • mark_l_watson4 hours ago
    I live in Emacs, but I will give Mine a try when get a free hour. I read about Coalton in X and follow the author but I haven&#x27;t invested time yet to try out.
  • arikrahman3 hours ago
    Very cool project and welcome edition to the CL community!
  • armitron5 hours ago
    If you&#x27;re a power user, the sooner you learn Emacs the better as the synergies with any Lisp language (particularly Common Lisp) are simply too strong to be ignored and there is no contemporary alternative that rivals it.<p>For new users, this looks like a welcome alternative to messy things like Lem that never really worked very well for me.
    • vfclists4 hours ago
      Lem doesn&#x27;t claim to be a Lisp development environment or IDE. It describes itself as<p>General-purpose editor&#x2F;IDE with high expansibility in Common Lisp
  • bitwize4 hours ago
    I keep hoping the Common Lisp community will step up and deliver better Visual Studio Code support. Asking new devs to learn Emacs, alongside all of Lisp&#x27;s idiosyncrasies, is too tall an order. I bro&#x27;d through it in the 90s but today&#x27;s new devs have been spoiled by modern UIs (and that&#x27;s a good thing) and shouldn&#x27;t have to cope with Emacs and its stubborn retroness.<p>Seeing something like this is a step in the right direction.
    • Jach1 hour ago
      Yeah, I mean there is <i>some</i> support for various editors (<a href="https:&#x2F;&#x2F;lispcookbook.github.io&#x2F;cl-cookbook&#x2F;editor-support.html" rel="nofollow">https:&#x2F;&#x2F;lispcookbook.github.io&#x2F;cl-cookbook&#x2F;editor-support.ht...</a>) including VS Code (<a href="https:&#x2F;&#x2F;lispcookbook.github.io&#x2F;cl-cookbook&#x2F;vscode-alive.html" rel="nofollow">https:&#x2F;&#x2F;lispcookbook.github.io&#x2F;cl-cookbook&#x2F;vscode-alive.html</a>), but it&#x27;s kind of rough (<a href="https:&#x2F;&#x2F;blog.djhaskin.com&#x2F;blog&#x2F;experience-report-using-vs-code-alive-to-write-common-lisp&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.djhaskin.com&#x2F;blog&#x2F;experience-report-using-vs-co...</a>) and not exactly feature-complete with the emacs experience, plus you&#x27;re still left having to figure out how to install and setup a Lisp implementation and quicklisp. I like that mine solves those for a newcomer, especially on Windows. (I myself use vim + slimv, but even that isn&#x27;t quite at parity in some respects with emacs. The biggest weaknesses are around debugging, especially in the presence of multiple threads. But the essentials do work (stepping, eval-in-frame, continuing-from-a-stack-frame, selecting the various types of restarts, compiling changes before selecting restarts) so I&#x27;m still fairly productive and don&#x27;t feel like I&#x27;m lacking anything sorely needed for professional work. I&#x27;ve hacked together some automatic refactoring bits as well, which emacs doesn&#x27;t have either, and I&#x27;m eventually going to make a separated GUI test runner.)<p>I&#x27;ve been kicking the tires with mine a little bit yesterday and today, I think it&#x27;s quite good for the beginner experience. But I&#x27;m constantly of two minds about reporting some feature requests. The project&#x27;s primary goal seems to be existing as a stepping stone to even see what Lisp (and especially Coalton) is really all about before &quot;graduating&quot; to something like emacs, it feels like a secondary goal (though it is mentioned as a goal) to be usable by professionals as well, but there&#x27;s inherent tension there. That&#x27;s also been a weakness with the other editors: anyone already comfortable with Lisp development, professional or not, in emacs or not, isn&#x27;t very likely to give the time of day to some new thing that&#x27;s almost certainly not going to be as good as what they&#x27;re used to. And so the new thing doesn&#x27;t get the attention and feedback from experienced developers and the gap never closes.
    • skydhash2 hours ago
      &gt; <i>today&#x27;s new devs have been spoiled by modern UIs (and that&#x27;s a good thing) and shouldn&#x27;t have to cope with Emacs and its stubborn retroness.</i><p>Two words: Programmable editor.<p>One of the best advantages of Lisp is the ability to metaprogram. After solving a problem, you find that your code can fit other cases and then you you write a program that will produce the relevant code for those cases. In most other PL you would have to write the slightly different code again or use a template language.<p>Once you get accustomed to that, you will start to decompose other parts of your workflow in smaller building blocks and realize that only a few parts differ, but they all fits the same workflow. And one of the main realization 99% of them are text, act on text, and produce text. So what you really need is a framework around text, not a bespoke assemblage of tools.<p>With Unix, you have the text processing tools and vi (some would say ed). All centered around the terminal, the shell and files. Emacs is another version with a lisp vm, a collection of functions and the buffer as the interface. A third version is acme with buffers and mouse clicks as commands. The idea here is to be able to build small tools that can take care of the misc. things we need to do while writing programs. From navigation to analyzing, from formatting to building, and the myriads things in between.<p>Modern UIs are good for beginner and light usage. Or if you&#x27;re lucky, they have your specific workflow neatly packaged in some plugins. But when you get tired of having another helpful &quot;update&quot; messing your muscle memory, or want to establish an efficient workflow with some external program (A CL lisp runtime in your case), that&#x27;s when the weakness appears.
    • vfclists3 hours ago
      If Lisp developers want a better editor and IDE they can support Lem.<p>VS Code doesn&#x27;t provide the liveness and extensibility Emacs and Lisp developers enjoy in their environments.
      • bitwize2 hours ago
        Lem is still too Emacs-like.<p>I&#x27;m talking about <i>beginners</i>, not seasoned Lisp hands, most of whom—until the great boomer dieoff occurs at least—are already comfortable in Emacs. If you&#x27;re still just finding your feet in Lisp, you&#x27;re not aware enough of its tremendous power to miss it from your IDE. You&#x27;re just wondering why you have to Escape Meta Alt Control Shift to get anything done instead of, you know, just using the menu and mouse commands and keyboard shortcuts that <i>literally everyone else uses</i>.
        • skydhash2 hours ago
          You can always start the REPL on its own and start playing that way.<p>Or use something like:<p><pre><code> sbcl --load &lt;filename&gt; </code></pre> Sly&#x2F;Slime is not essential to play around with Lisp. Emacs just has the right architecture for an REPL workflow. You can do REPL development with Sql and various other programs in Emacs.
  • threethirtytwo5 hours ago
    As a programmer for over 2 decades, I permanently stopped using IDEs and text editors this year. It’s really cool to see projects support legacy concepts and ideas though. Love this!
    • girvo3 hours ago
      Two decades professionally here too (and nearly three in terms of programming as a whole), and I still use ‘em. Reviewing and adjusting, they make for quite a good experience even in agent-first development with the various nice extensions.<p>Also I still have to write code by hand, because there’s a whole bunch of edits and adjustments that I’m far faster at <i>shrug</i>
      • threethirtytwo1 hour ago
        &gt;Also I still have to write code by hand, because there’s a whole bunch of edits and adjustments that I’m far faster at shrug<p>I&#x27;m faster too, in general. The thing is now with AI I&#x27;m working on at least 3 to 4 projects in parallel. I tell the AI to do an edit and I context switch to something else.<p><i>shrug</i>
        • girvo55 minutes ago
          I do the same, but 3-4 is simply too many. I would guess you’re smarter than me, because more than 2 and I’m already at a fixed bottleneck of reviewing it (and reviewing my teams output on top)
    • bitwize2 hours ago
      Then you are probably not interested in this work at all. It is meant to develop Lisp­—a language whose primary advantage in 2026 is ergonomics to humans, particularly a certain kind of human. If you&#x27;re doing 100% agentic development, that advantage disappears and you might as well use something popular and statically typed, like Rust or TypeScript.
      • iLemming32 minutes ago
        &gt; If you&#x27;re doing 100% agentic development, that advantage disappears<p>I beg to differ. Turns out, Lisp REPL - an actual, &quot;true&quot; REPL, not something like Python&#x27;s (which is not the same), is an enormous multiplier for agentic workflows.<p>a) Lisp code can be very terse yet retain its readability - it never becomes cryptic like APL. Therefore, it&#x27;s more token efficient. It was actually proven that Clojure is one of the most token-efficient &quot;mainstreamish&quot; PLs. <a href="https:&#x2F;&#x2F;martinalderson.com&#x2F;posts&#x2F;which-programming-languages-are-most-token-efficient&#x2F;" rel="nofollow">https:&#x2F;&#x2F;martinalderson.com&#x2F;posts&#x2F;which-programming-languages...</a><p>b) When you give an LLM a closed loop system where it can evaluate code in a live REPL and observe the results, it stops guessing and starts reasoning empirically. Instead of predicting what code will do, it can run it, read the output, adjust, and iterate - the same way a skilled human developer works. Incremental evaluation of forms maps naturally to how an LLM generates tokens.<p>This isn&#x27;t some theoretical hand-waving - I experience it every day - my WM on Mac is yabai that gets controlled via Hammerspoon, which uses Lua, which means I can use Fennel, which means I can use Lisp REPL. I would give the LLM a task, something to do with my app windows - it connects to the live REPL and starts analyzing, prototyping and poking into things interactively.<p>All my custom MCPs are written in babashka (Clojure) <a href="https:&#x2F;&#x2F;github.com&#x2F;agzam&#x2F;death-contraptions" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;agzam&#x2F;death-contraptions</a> - whenever there&#x27;s a problem or I need to improve my AI harness, LLM just does it from &quot;inside out&quot; and it takes less time and fewer tokens.<p>My main editor is Emacs - LLM can fully control it. I can make it change virtually any aspect of it. To load-test the MCP that does that, I made it play Tetris in Emacs. And not just to run it, but to play it for real - without losing. It was insane.<p>And of course, day-to-day I have to deal with non-Lispy, non-homoiconic languages more. And to be honest (even though of course I&#x27;m biased in this) static type systems is the exact thing in practice where their advantages feel like stop making any big difference. While Lisp REPL feels far more useful.
      • wild_egg2 hours ago
        Technically, I think this is meant to develop Coalton, which is also statically typed and incredibly effective as a language for agents. All those ergonomic benefits that humans enjoy also allow AIs to develop lisp systems quite rapidly and robustly.
      • threethirtytwo1 hour ago
        Not true. Are people not interested in archeology or history or museums? Denying such things as invalid is offensive. There are projects to reproduce things from ancient history like the Lycurgus cup.
    • greggroth5 hours ago
      Same. It&#x27;s an awkward time to develop a new IDE.
      • nocman3 hours ago
        nothing awkward about it.<p>IMHO, It&#x27;s a better time than ever to develop a new IDE. Just make one that cares deeply about performance (i.e loads instantly, and always has a snappy response). Make features easy to control. Allow me to turn on only the things I care about and to shut the rest off.<p>I can&#x27;t even remember the last time I was impressed by the speed of an IDE, though we have more computing power now than ever. I&#x27;d <i>love</i> to see someone new come in and wipe the floor with all of the current contenders.
      • threethirtytwo4 hours ago
        It’s not awkward at all. It’s a fun project and neat. I support these types of projects. I guess I’m being voted down because people hate IDEs and text editors now.<p>I think it’s wrong to trash this project just because it’s an older concept.
        • eikenberry4 hours ago
          You are being downvoted for calling IDEs and text editors legacy, which is seen as signalling and not contributing to the conversation.
          • threethirtytwo1 hour ago
            Oh one Adjective &quot;legacy&quot;? And that threw people off? Ok replace that with &quot;cool&quot; and I wouldn&#x27;t get downvotes? Geeze