[ prog / sol / mona ]

prog


Medley Interlisp

1 2022-07-10 06:58

Have any of you tried to use Medley Interlisp? It is now open source and has been ported to Linux. It contains an implementation of Common Lisp. Perhaps we could use this to get part of the Xerox Lisp machine experience.

2 2022-07-10 06:59

Links:
https://interlisp.org
https://github.com/Interlisp/medley

3 2022-07-13 09:51

those [medley interlisp] raster fonts are really beautiful
i really like the monochrome look of the lispy-machines

4 2022-07-17 06:34

>>3
What raster fonts in Medley Interlisp?
Do you have a screenshot?

5 2022-07-18 13:39

>>5
just run it mate ; ^^)

https://online.interlisp.org/main

6 2022-07-18 14:00

>>5
I know. I run Medley Interlisp on my own computer. I do not know what raster fonts you are referring to.

7 2022-07-19 01:43

>>6
i do not get it, they are literally in front of you lol
do you prefer "bitmap font" or "pixel-based font" or "dot font" or whatever?

8 2022-07-19 06:49

Some interesting things about the REPLs in Medley Interlisp:

* It is possible to omit the outermost pair of parentheses. For example, you can enter + 1 2.
* Expressions are immediately evaluated once the closing parenthesis is typed. For example, (+ 1 2) is evaluated right after you input the closing parenthesis. No need to press the Enter key to evaluate the expression.

9


VIP:

do not edit these