Paolo Amoroso's Journal
Paolo Amoroso's Journal
Paolo Amoroso
Tech projects, hobby programming, and geeky thoughts of Paolo Amoroso
Latest Posts
I'm making progress with GravityLoops, my gravity simulator in Interlisp and LOOPS. There is nothing to see yet but my latest work put in place most of the pieces the program needs to show something on the screen. The major new feature...
I started working on the class Universe of GravityLoops, my gravity simulator in Interlisp and LOOPS. I defined the class itself and the main methods, Universe.Register and Universe.Simulate. The class represents a collection of bodies...
I started working on GravityLoops, a software that simulates a collection of bodies interacting under the mutual gravity. I develop it on Medley in Interlisp and its object extension LOOPS, the Lisp Object-Oriented Programming System....
Insphex adds the Hexdump item to the File Browser menu to view the hex dump of the selected files. The initial implementation called the public API for adding commands at the top level of the menu. To later move the item to the See...
My ILsee program for viewing Interlisp source files is written in Common Lisp with a McCLIM GUI. It is the first of the ILtools collection of tools for viewing and accessing Interlisp data. Although ILsee is good at its core...
I wrote ILsee, an Interlisp source file viewer. It is the first of the ILtools collection of tools for viewing and accessing Interlisp data. I developed ILsee in Common Lisp on Linux with SBCL and the McCLIM implementation of the CLIM...