I’m currently evaluating Scheme development environments. More specifically, I have a look at Racket and GNU Guile. I want to have something that works on my Linux machine, but as well on my Windows machine using WSL. I do not need a fancy IDE […]
Tag: lisp
Emacs 26.1 mit Zeilennummerierung im Buffer
Eine neue Version von Emacs ist da. Texteditor: Emacs 26.1 mit Zeilennummerierung im Buffer https://heise.de/-4060164
Lisp is Cool
Yet another article trying to convince us that Lisp is cool. Yes, code is data, but that’s not what makes Lisp cool http://blog.rongarret.info/2018/02/yes-code-is-data-but-thats-not-what.html Are you convinced now?
Answers from 2017 Common Lisp experts – (blog ‘phoe) – phoe’s Blog – Teknik
https://blog.teknik.io/phoe/p/365 This might be useful for an up to date overview for people starting with Lisp.
How to write Common Lisp in 2017
Paul Nathan has put together a website to help people get started with Lisp. articulate-lisp.com http://articulate-lisp.com/ I struggle with all the things mentioned.
Lisp Tutorial
Introductory Lisp tutorial by Sean Luke from George Mason University. Learning Lisp Fast http://cs.gmu.edu/~sean/lisp/LispTutorial.html Nice intro using SBCL, LispWorks and CLISP.
Lisp and AI
Nice Lisp and AI overview from Sebastian Valencia. The Lisp approach to AI (Part 1) https://medium.com/ai-society/the-lisp-approach-to-ai-part-1-a48c7385a913#.w1r3aokfm Waiting for part 2.
The Bipolar Lisp Programmer
I discovered this article on Hacker News some time ago. The Bipolar Lisp Programmer http://www.shenlanguage.org/lambdassociates/htdocs/blog/bipolar.htm Not sure what this means.
Pixie Lisp
A magic Lisp. Written in RPython. Really. Pixie http://pixielang.org/ I don’t know that to think about this.
Portacle
“Portacle is a complete IDE for Common Lisp that you can take with you on a USB stick.” Portacle https://shinmera.github.io/portacle/ Emacs, SBCL, Quicklisp and Git in one package. Interesting idea. Let’s see how it develops.
The Idea of Lisp
Eric Normand writes about The Idea of Lisp https://dev.to/ericnormand/the-idea-of-lisp Nice idea.
Symbolics Lisp Machine Museum
Why not visit the Symbolics Lisp Machine Museum, it’s just a click away. http://smbx.org/
Embedded Lisp
Dmitry Frank shows how to use embedded Lisp. Let’s Run Lisp on a Microcontroller http://dmitryfrank.com/articles/lisp_on_mcu Unfortunately I have no idea about the hardware stuff shown there. Too bad.
PicoLisp – programming simplified
If you are interested in Lisp-like programming languages, you might want to have a look at yet another dialect: PicoLisp. http://picolisp.com/ Hhm, build-in database and build-in Prolog engine. Why not?