-
I didn't realize this change wasn't backward compatible.
I was running in Full of 6-may 2021
```
./scripts/restore-versions loadups/full.sysout
./run-medley loadups/full.sysout.~12~
```
-
As many have noted (including most recently @pmcjones )
> the MacBook fan was running full-blast because of the busy-waiting emulator
there isn't a straightforward solution because Lisp always *…
-
There is currently no simple script for just building a full.sysout without also doing the exports and whereis in the loadup-aux.sh
Current loadup-full.sh actually builds only on top of a lisp that…
-
**Describe the bug**
Clicking on the first *function* option for "man litatom" shows an unknown image object HRELE.GETFN
In the master full.sysout
-
OPENSTRINGSTREAM creates a stream whose storage is an underlying string such that you can extract and modify the information in the string using ordinary READ/PRINT functions. But the current impleme…
-
some file systems don't support hard or symlinks, some only support symlinks.
shared folders in VirtualBox
Dropbox
Seems like DSK code has some problems with creating new versions in the situatio…
-
The next step after EOL conversion will be to convert source files and eventually all files to UTF8/UNICODE.
The EXTERNALFORMAT machinery exists to make this happen on a per-file basis, and we talk…
-
it's a stream property.
see sources/CMLREAD DEFMACRO WITH-READER-ENVIRONMENT
where are the other variables declared SPECIAL? Why just the external format? Is this really at the right level? The ot…
-
At least for interlisp macros, masterscope just analyzes the macro-expanded code. So this is a phony warning.
-
@nbriggs
>> X11 represents the scroll wheel as mouse buttons 4 and 5, and each click of the wheel gives you a mouse-button-N-press/mouse-button-N-release, where N=4 is one direction and N=5 is the o…