Directory commands for an Interlisp file viewer
Introduces new directory navigation commands (Cd, Pwd) for the ILsee Interlisp file viewer, improving workflow by enabling relative paths.
Introduces new directory navigation commands (Cd, Pwd) for the ILsee Interlisp file viewer, improving workflow by enabling relative paths.
Introducing ILsee, a GUI tool written in Common Lisp for viewing Interlisp source files with their original formatting and control codes.
A technical guide on implementing rich text styling with the GUI:WITH-TEXT-STYLE macro in the DandeGUI library for Medley Interlisp.
A developer adds window clearing and message printing functions to DandeGUI, a Common Lisp GUI library for Medley Interlisp.
Introducing DandeGUI, a Common Lisp GUI library for creating text and graphics windows in the Medley Interlisp environment.
Explores solving dependency edge cases in Common Lisp's Metaobject Protocol, detailing a custom metaclass for monitoring slot access.
A guide to building a modern web application using Common Lisp on the JVM with the ABCL implementation, Jooby, and Pebble templates.
A guide to writing small, standalone command-line programs in Common Lisp, covering project structure, libraries, and interactive development.
A personal guide and curated learning path for programmers wanting to learn Common Lisp, covering history, setup, practical projects, and libraries.
A guide to implementing the when-let and if-let macros in Common Lisp, inspired by Clojure, with code examples and explanations.
A technical article exploring a Common Lisp macro called 'gathering' for collecting results from procedural code.
A review of Paul Graham's 'ANSI Common Lisp' book, comparing it to other Lisp resources and praising its clarity and conciseness.
A guide to setting up a minimal Common Lisp project using ASDF and Quicklisp, including creating packages and systems.
A technical tutorial on adding menu functionality to a CHIP-8 emulator written in Common Lisp, using Qtools for the GUI.
A technical guide on adding debugging infrastructure like breakpoints and stepping to a CHIP-8 emulator written in Common Lisp.
A technical guide on adding a disassembler to a CHIP-8 emulator written in Common Lisp, focusing on instruction decoding.
A technical guide on implementing sound emulation for a CHIP-8 virtual machine using Common Lisp, covering timers, wave generation, and threading.
A technical guide on implementing user input handling for a CHIP-8 emulator written in Common Lisp, covering keyboard mapping and emulation.
A technical guide on implementing the graphics system for a CHIP-8 emulator using Common Lisp and the Qtools library.
A technical guide to implementing a CHIP-8 emulator's CPU in Common Lisp, covering core data structures and instruction handling.