Planet Lisp
@planet_lisp
Followers
3K
Following
0
Media
2
Statuses
3K
New posts on the Lisp planet
Joined September 2008
vindarel: i18n in my Lisp web app with Djula templates and gettext
lisp-journey.gitlab.io
I finally added translations to my Lisp web app \o/I wanted to do it with gettext and Djula templates. There seemed to be some support for this, but it turned out… not straightforward. After two...
1
0
8
vindarel: i18n in my Lisp web app With Djula templates and gettext
lisp-journey.gitlab.io
I finally added translations to my Lisp web app \o/I wanted to do it with gettext and Djula templates. There seemed to be some support for this, but it turned out… not straightforward. After two...
0
0
5
vindarel: How to parse command line arguments in Common Lisp (bis)
lisp-journey.gitlab.io
In 2018, I wrote a blog post and the Cookbook page on how to build Common Lisp binaries, and how to parse command-line arguments with the unix-opts library.But since then, new libraries were created...
0
1
5
0
0
4
Nicolas Martyanoff: Counting lines with Common Lisp
n16f.net
A good line counting program has two features: it only counts non-empty lines to get a fair estimate of the size of a project, and it groups line counts by file type to help see immediately which…
0
0
5
Nicolas Martyanoff: Custom Font Lock configuration in Emacs
n16f.net
Font Lock is the builtin Emacs minor mode used to highlight textual elements in buffers. Major modes usually configure it to detect various syntaxic constructions and attach faces to them. The reason…
0
0
3
Nicolas Martyanoff: Common Lisp implementations in 2023
n16f.net
Much has been written on Common Lisp; there is rarely one year without someone proclaming the death of the language and how nobody uses it anymore. And yet it is still here, so something must have…
0
3
11