vindarel
vindarel@framapiaf.org
<p>Common Lisp, Emacs, books.</p><p>I create a Lisp course! <a href="https://www.udemy.com/course/common-lisp-programming/?couponCode=LISPMACROSPOWER" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://www.</span><span class="ellipsis">udemy.com/course/common-lisp-p</span><span class="invisible">rogramming/?couponCode=LISPMACROSPOWER</span></a></p>
Posts
-
Post #2355200
#lisp job: Berlin, remote. https://rulemapping.jobs.personio.com/job/2625990?language=en &gt; You develop and extend Logos, our platform for complex legal and regulatory processes that has been running in production for over 20 years – in Common Lisp (SBCL), with a REPL-centric workflow and modern tooling (ASDF, SLIME/SLY) #commonlisp
-
Post #2144164
🚀 The new `mine` editor for #commonlisp and Coalton is out: https://coalton-lang.github.io/20260424-mine/ &gt; one purpose: To make Coalton and Common Lisp easier and more accessible to the programming world. It has essential features (compile function, file and project, see warnings and errors, debugger, REPL…) but, needless to say, hasn&#39;t feature parity with Slime (nor Lem). All #lisp editors: https://lispcookbook.github.io/cl-cookbook/editor-support.html
-
Post #1686869
Lem editor news: transient pop-up help windows were merged! https://github.com/lem-project/lem/blob/main/extensions/transient/readme.org https://lem-project.github.io/usage/transient/ https://github.com/lem-project/lem/pull/2100 #lisp #commonlisp
-
Post #1674102
I am going to ELS 2026 ! 🥳 Looking forward from meeting everyone and witnessing some #lisp magic. I also didn&#39;t play the turist for a long time, so I&#39;m going with a friend a week before to discover Krakow.
-
Post #932403
@jackdaniel poplog is another piece of archeology I&#39;d like to read / know more about / see projects done with… it moved to GitHub last year… does that make it active?! https://github.com/GetPoplog
-
Post #932402
@rwxrwxrwx 🚀 There are a couple questions on reddit if that&#39;s your thing: https://old.reddit.com/r/Common_Lisp/comments/1riaae3/symbolcruncher_computer_algebra_system_for/ &quot;…commutation formulas, Ricci identity…&quot;
-
Post #932401
@hajovonta That looks great! But how do you get the Results pane? The README doesn&#39;t tell, your test file neither. Is it ready for prime time / sharing? (could you add a screenshot or this gif?) Also, will you add auto-completion? This and you&#39;re golden. 🚀
-
Post #932398
Learn #commonlisp&#39;s low-level iteration constructs: do and do*, tagbody and go: https://lispcookbook.github.io/cl-cookbook/iteration.html#do-and-do-tagbody-and-go-the-general-purpose-and-low-level-iteration-constructs #lisp