Abstract Heresies

              Unorthodox opinions on computer science and programming.

Monday, June 1, 2026

Regression

›
Last year I wrote some Lisp related AI apps. There was a syntax highlighter that used the LLM to determine how to colorize and highlight sy...
2 comments:
Sunday, May 31, 2026

CLRHack: Meta-object Protocol

›
Metaobject Protocol (MOP) Implementation in CLRHack The Metaobject Protocol in CLRHack is a high-performance implementation of the Commo...
Saturday, May 30, 2026

CLRHack: signal and error

›
Implementation of SIGNAL and ERROR in CLRHack In CLRHack, the condition signaling system is implemented in the Lisp.HandlerControl clas...
Friday, May 29, 2026

CLRHack: handler-bind and handler-case

›
In the CLRHack compiler, handler-bind is a primitive form used to register condition handlers in the dynamic environment. It operates by ...
Thursday, May 28, 2026

CLRHack: restarts

›
In the CLRHack compiler, restart-bind is a primitive form that manages the dynamic lifecycle of Common Lisp restarts by manipulating a th...
Wednesday, May 27, 2026

CLRHack: unwind-protect and catch-throw

›
Handling of unwind-protect The CLRHack compiler maps Lisp unwind-protect semantics directly onto the Structured Exception Handling (...
3 comments:
Tuesday, May 26, 2026

CLRHack: Multiple return values

›
Multiple Return Value Implementation in CLRHack The CLRHack compiler implements Multiple Return Values (MRV) by extending the single-val...
›
Home
View web version
Powered by Blogger.