#emacs #lisp #beginners #gnu #softwarelibre
Programacion en emacs lisp
https://www.math.utah.edu/docs/info/emacs-lisp-intro_toc.html
#emacs #lisp #beginners #gnu #softwarelibre
Programacion en emacs lisp
https://www.math.utah.edu/docs/info/emacs-lisp-intro_toc.html
@kasdeya Most older #Lisp systems have an `oblist` which in Lisp 1.5 was an odd structure I think of as a 'hit and miss list', but in a lot of slightly younger Lisps was an assoc list. New value bindings were made by consing them onto the oblist. Also, variable bindings on runtime stack were consed onto the front of the oblist, which is precisely why you could rebind variables on the stack. and have them revert to the previous values when the stack unwound.
/Continued
@kf I feel your pain. I'm currently (re)writing the substrate of a #Lisp system in C. I am eagerly looking forward to the day (which will be soon -- hopefully as soon as next week) when I will be able to switch most of the work to Lisp. This is the fourth Lisp I've written, and this stage of the process is always the most gruelling.
Every time I want to leave #lisp or #scheme based language I stumble across awesome talk which reminds me why I love it in the first place.
https://fosdem.org/2026/schedule/event/HDE7JZ-lisp-is-clay/
Damn #repl driven development is so damn awesome. Now a days If I need to write some automation scripts I use #babashka lot instead of #bash or #python
A digital photo frame that loads photos from a website, and displays them on an M5Stack Tab5 display with software written in uLisp.
http://forum.ulisp.com/t/a-digital-photo-frame-written-in-lisp/1870/1

This article describes a simple digital photo frame, written in Lisp, that loads photographs from a website and displays them on an M5Stack Tab5 high-resolution display: You can decide how often the photograph changes, and you can give family and friends access to the website so they can can upload photographs for your photo frame. Introduction I liked the idea of having a digital photo frame, as a convenient way of displaying photographs of my family and friends (and their pets), and so inv...
I've released blogmore.el v4.4.0, which lets me be even more lazy: https://blog.davep.org/2026/05/07/blogmore-el-v4-4-0.html