3 comments

  • Pelayu0 minutes ago
    Amazing project!<p>&gt;While the JVM solves lots of hard problems, it has one major weakness, the UI libraries provided by the JVM (Swing and JavaFX) are clunky and dated.<p>I also feel this; it&#x27;s what puts me off writing GUI apps in Clojure. I have hope that natively compiled Clojure implementations like Jank that could interact with C or C++ libraries could help with this.
  • oxalorg1 hour ago
    This sounds very close to my dream IDE, I&#x27;ve always wanted to build a smalltalk + emacs like editor&#x2F;ide in Clojure but never got around to it.<p>I wanted to try Easel but there were no instructions how. This is how I got it running:<p><pre><code> git clone git@github.com:phronmophobic&#x2F;easel.git clj -X:deps prep clj # now in repl =&gt; ((requiring-resolve &#x27;com.phronemophobic.easel&#x2F;run))</code></pre>
  • sroerick4 days ago
    Hey, this is absolutely amazing