1
0
mirror of synced 2026-01-13 15:37:38 +00:00
2020-11-27 11:29:08 -08:00
2020-11-26 21:21:57 -08:00
2020-11-15 19:22:14 -08:00
2020-11-20 12:30:56 -08:00
2020-11-27 11:29:08 -08:00
2020-11-15 19:22:14 -08:00
2020-11-15 19:22:14 -08:00
2020-11-15 19:22:14 -08:00
2020-11-20 12:30:56 -08:00
2020-11-02 14:59:45 -08:00
2020-07-27 19:14:54 -07:00
2020-11-02 15:07:28 -08:00
2020-11-20 12:30:56 -08:00
2020-11-20 12:30:56 -08:00
2020-11-20 12:30:56 -08:00
2020-11-15 19:22:14 -08:00

medley

This repo is for the overall Lisp environment for Medley Interlisp.

A sub-project is Interlisp/maiko which is the emulator of the Lisp virtual machine.

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 both Lisp sources and compiled .LCOM and .DFASL files, because some files don't compile in a vanilla lisp.sysout .

Each directory should have a README.md, but briefly

  • basics -- old sysouts needed (for now) for rebuilding new sysouts
  • docs -- Documentation files (either PDFs or online help)
  • fonts -- raster fonts (or font widths) in various resolutions for display, postscript, interpress, press formats
  • greetfiles -- 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
  • makesysout -- files for making new sysouts for various configurations, based on basics
  • patches -- ""
  • sunloadup -- support information for making a new lisp.sysout from scratch
  • sources -- sources for Interlisp and Common Lisp implementations
  • unicode -- data files for support of XCCS to and from Unicode mappings

plus Dockerfile, and scripts for building and running medley

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%