lisp

Live hacking a guile web server

Feb 27, 2023

How to live hack a guile web server on the REPL

Tags: lisp, scheme, software

Deploy scripts using G-expressions

Jan 2, 2023

Deploy scripts using Guix G-expressions. Why? How?

Tags: lisp, scheme, guix, software

Renting in London with Guile

Dec 18, 2022

Finding the right place to rent in London using a Guile script. Who said Guile is not useful for practical stuff!

Tags: London, lisp, scheme, software

fold and stream-fold pass arguments to proc in different orders

Mar 24, 2016

SRFI-1 fold and SRFI-41 stream-fold pass arguments to proc in different orders. Violating the principle of least astonishment, this comes as a rather inconvenient surprise to the programmer.

Tags: lisp, scheme, functionalprogramming, software