Larry Masinter
Larry Masinter
Usually, "news" information should be in reverse chronological order, except for permanent items (like this one). I would expect it to be pinned at the top since it's likely to...
it seems like some features that were not final were put in the xcl package to start out. Not all cleanup proposals were adopted: see proposal for defpackage CLHS: Issue...
i started making a https://github.com/masinter/homedir to allow me to share init files from different environments. I would regularly try out things on mac, win 10, win 11, linux, wsl, cygwin...
In Common Lisp a special form is allowed to be implemented as a macro but isn't required to be. Apparently there was a move to implement a general code walker...
no, i meant open a Interlisp EXEC and type `TEDIT(HELPSYS)` followed by Meta-A Meta-C. Starting from a new loadup of Master. 
I think you might be making this more complex. Currently, the Medley implementation of the copy-paste functionality is text only. if you use the keyboard to copy things, you'll only...
I think another possibility although more far-reaching would be to not display a package identifier for those symbols that are not in the "right" package but are treated the same...
in h I didn't mean a separate report, but just filling out project News https://interlisp.org/project/status/ or in https://interlisp.org/project/comments/ In 2023 Annual Report we highlighted a couple of applications but they...
There are package problems with the CLTL2 files.. the COMMON-LISP package is built specially before packaging is enabled see PACKAGING-ENABLE
I think there are several sources of interest: the ARGLIST (sometimes an 'actual' and a presumed pattern) the DOCUMENTATION string (for DEFnnn) definers the output of CL:DESCRIBE The DInfo (for...