▲ 48 r/lisp

Inventing the Future, One Lisp Machine at a Time

Conversation with Larry Masinter and Frank Halasz on Xerox PARC, Interlisp, NoteCards, and why “residential programming” still matters

patrickdomanico.com
u/lispm — 13 days ago
▲ 179 r/hamburg

Ironman-Veranstaltung: Staatsschutz ermittelt nach mutmaßlichem Anschlag in Hamburg (Spiegel)

Auch:

https://www.abendblatt.de/hamburg/bergedorf/article412225508/metallspaene-beim-ironman-staatsschutz-ermittelt-nach-sabotageakt.html

Metallspäne sollen auf mehreren Straßen ausgestreut worden sein.

> Im Zeitraum von Freitag, 5. Juni (16 Uhr), bis Sonnabend, 6. Juni (10.45 Uhr), wurden entlang des gesamten Kirchenheerwegs behördlich aufgestellte Halteverbotsschilder sowie dazugehörige Ankündigungsplakate für die Veranstaltung entfernt.

Die Polizei sucht Zeugen.

spiegel.de
u/lispm — 28 days ago

strange SBCL output when printing symbol-names for keyword symbols

I'm seeing this on Linux ARM64 and a current macOS with SBCL.

% sbcl
This is SBCL 2.6.2, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.
* (let ((*print-readably* t)) (write (symbol-name :symbolfoo) :stream *standard-output*))
#A((9) BASE-CHAR . "SYMBOLFOO")
"SYMBOLFOO"
* 

#A((9) BASE-CHAR . "SYMBOLFOO") looks strange. Why doesn't it print a keyword symbol?

reddit.com
u/lispm — 2 months ago