medley
medley copied to clipboard
The main repo for the Medley Interlisp project. Wiki, Issues are here. Other repositories include maiko (the VM implementation) and Interlisp.github.io (web site sources)
I put current status in the README of the lmm-loops branch: https://github.com/Interlisp/loops/blob/lmm-loops/README.md
(CL:DIRECTORY follows the convention that double asterisks `**` corresponds to all depths and single asterisk `*` means one level. I think this is better than the horrible rebinding of IL:FILING.ENUMERATION.DEPTH....
**Describe the bug** `(cl:room)` fails with `NIL is not a number`. **To Reproduce** Steps to reproduce the behavior: - run Medley, in an XCL exec say `(room)`. **Expected behavior** It...
there was a problem with some X servers not reporting accurate screen size, and also maiko not doing the "right" thing to adjust when the reported size exceeded 2^21 bits....
I've been working on this for a while but maybe it's not obvious. There is now a utility in medley/internal/MEDLEY-UTILS called HCFILES: `(FILESLOAD MEDLEY-UTILS) (HCFILES)` will scan MEDLEYDIR and all...
Network: Medley has full protocol stacks, in Lisp, for three families of network protocols: PUP, XNS, and TCP/IP. Can we demonstrate?