1
0
mirror of synced 2026-01-12 00:42:56 +00:00
Larry Masinter 14ec3f28df
Update README.md
thanks @pmcjones for trying out the  NOTES
2020-09-14 19:00:31 -07:00
2020-08-29 17:34:19 -07:00
2020-08-29 18:26:03 -07:00
2020-08-29 18:34:00 -07:00
2020-08-30 20:45:10 -06:00
2020-08-29 18:28:07 -07:00
2020-08-30 20:41:22 -06:00
2020-08-30 20:38:16 -06:00
2020-08-30 17:25:38 -07:00
2020-08-30 17:25:38 -07:00
2020-08-29 18:26:03 -07:00
2020-07-27 19:14:54 -07:00
2020-09-14 19:00:31 -07:00
2020-09-02 20:02:28 -07:00

medley

This repo is for the overall Lisp environment for Medley / Interlisp-D / Xerox Common Lisp. A sub-project is Interlisp/maiko which is the emulator of the Lisp virtual machine.

NOTES:

At the moment we're still in the process of sorting out what we have and insuring we start with a solid base.

File Names and Extensions: Most Interlisp source file names are UPPERCASE and Interlisp didn't use file extensions for its source files. (note that any .TEDIT or .TXT file is probably documentation for the package of same name, at least in the library, internal/library, lispusers) The current repo has only Lisp sources with .LCOM and .DFASL in .gitignore. But many files don't compile in a vanilla lisp.sysout ; there is a file of external declarations (EXPORTS.ALL) and something called ABC that has some other record package declarations.

  • get the binaries lde ldex for your machine (darwin.x86_64 (mac) linux.x86_64 (linux, use VirtualBox for windows) linux.arm7l (for Raspberry Pi 4b)
  • 'run-medley -xfull35' should run the xfull35 sysout in the 'loadups' directory

Each directory should have a README.md, but briefly

  • docs -- Documentation files (either PDFs or online help)
  • fonts -- raster fonts in various resolutions for display, postscript, interpress, press formats)
  • initfiles -- should have any necessary setup of directories Lisp should look in for load
  • internal -- These were internal to Venue
  • library -- packages that were supported (30 years ago)
  • lispusers -- packages that were only half supported (ditto)
  • loadups -- has sysouts and other builds
  • sources -- sources for Interlisp and Common Lisp implementations)

Note that Interlisp and Common Lisp functions have different compilers, but it's all freely intermixed.

Description
The main repo for the Medley Interlisp project. Other repositories are maiko (the VM implementation) and Interlisp.github.io (web site sources)
Readme MIT 1.5 GiB
Languages
Common Lisp 66.6%
DM 19.3%
Shell 10.1%
PostScript 1.1%
Inno Setup 0.8%
Other 2.1%