mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

2.8K
active users

#genera

0 posts0 participants0 posts today
Replied in thread

@amoroso #symbolics #genera naturally also has graph drawing features. Attached screenshot shows a simple example. In the Listener (-> #lisp #repl) I define a new command Show Flavor Tree. It displays the inherited Flavors. Flavors are early classes on the #lispmachine. The Listener is also a drawing plane. The command takes the name of a flavor class, then calls the graph formatter with arguments. PRESENT-FLAVOR prints the flavor and makes it mouse sensitive.

Replied in thread

@amoroso #lisp #commonlisp #lispmachine #symbolics #genera
2) I've compiled the LOOP alternative ITERATE (written by Jonathan Amsterdam) on the VLM. It actually works. ITERATE has even more features than LOOP, but uses a more Lisp-like syntax.

In the right X11 window there is a Zmacs and a Lisp Listener. The left X11 window is from the same VLM, but displays the documentation browser in its own X11 window. The documentation content comes from another VLM.

Replied in thread

@amoroso
#lisp #commonlisp #lispmachine #symbolics #genera
1) Thanks, I just updated my Genera to the latest release 9.0.6. The installation is slightly unusual. It's a virtual lisp machine (VLM), here running on a Mac with an M1 Pro cpu. UI is via X11, using the XQuartz application. The VLM talks to another VLM on the network, which provides various server functionality. But it also has its own file system, which is actually a Lisp Machine File System (LMFS). -> 2)