git: fqa.9front.org

Download patch

ref: e90e0c698c6de721a24fa15f0ca76914a1988460
parent: 1a6bf2444a278ecf0191b03c7a89ae4c4e38f7a5
author: sl <sl@9front>
date: Fri Jul 4 17:24:04 EDT 2025

mkfile, appendixl.ms, lisp.jpg: add lisp (streetlisp)

--- a/appendixl.ms
+++ b/appendixl.ms
@@ -156,6 +156,19 @@
 
 .ihtml h2 <h2>
 .SH
+Lisp
+.R
+.ihtml h2
+.ihtml - <br />
+.FG lisp jpg
+
+ StreetLISP: a compact interpreter for a minimal lisp/scheme dialect:
+.ihtml a <a href="https://git.sr.ht/~ft/sl">
+https://git.sr.ht/~ft/sl
+.ihtml a
+
+.ihtml h2 <h2>
+.SH
 Lua
 .R
 .ihtml h2
binary files /dev/null b/lisp.jpg differ
--- a/mkfile
+++ b/mkfile
@@ -1,4 +1,4 @@
-RELEASE=thistimedefinitely
+RELEASE=clause15
 
 %.html:	%.ms
 	htmlroff -u -ms -mhtml $stem.ms >$target
@@ -25,7 +25,7 @@
 
 appendixj.ps:	pie-in-face.ps
 
-appendixl.ps:	cosbyplusplus.ps csharp.ps golang.ps haskell.ps perl.ps php.ps python.ps rails.ps yes.ps
+appendixl.ps:	cosbyplusplus.ps csharp.ps golang.ps haskell.ps lisp.ps lua.ps perl.ps php.ps python.ps rails.ps yes.ps
 
 appendixt.ps:	picarddesk1.ps picarddesk2.ps
 
--