Skip to content

Commit 7c5adc1

Browse files
committed
add run instructions for nokolisp
1 parent 91ba03b commit 7c5adc1

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ _See the 1984 [LISP/VM User's Guide] and [Experience with an Uncommon Lisp]._
247247

248248
## Nokolisp
249249

250+
__[Try it here!](running.md#nokolisp)__
251+
250252
In 1979, [Nokolisp]'s editor was added as the author's reaction to the first
251253
Interlisp teletype editor, to see what it might look like as a screen-based
252254
editor.
@@ -393,3 +395,5 @@ General:
393395
[Experience with an Uncommon Lisp]:https://pdfs.semanticscholar.org/d15c/2d1a8d4b0086af487372504f50cbe9dbcae7.pdf
394396
[Interactive program execution in Lispedit]:https://www.deepdyve.com/lp/association-for-computing-machinery/interactive-program-execution-in-lispedit-oIXwkiLVjG
395397
[Nokolisp]:https://timonoko.github.io/Nokolisp.htm
398+
[noko.exe]:http://timonoko.github.io/noko.exe
399+
[DOSBox]:https://www.dosbox.com/

running.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,30 @@ __Once inside InterLisp, run SEdit:__
9494
1. Type `(ED 'FOO)` > click "Functions" > click "Defun"
9595
1. You are now in an SEdit window.
9696

97+
## Nokolisp
98+
99+
1. Download [noko.exe] and place it in some empty directory (e.g. `~/nokolisp` used below)
100+
1. Open [DOSBox].
101+
102+
```
103+
Z:\>mount c: ~/nokolisp
104+
105+
Z:\>c:
106+
107+
C:\>noko
108+
```
109+
110+
You can display and edit the packaged `fib` function to try it out:
111+
112+
```
113+
0> fib
114+
115+
1> (edit fib)
116+
```
117+
97118
[Medley Release Notes]:http://bitsavers.trailing-edge.com/pdf/xerox/interlisp-d/198809_Medley_1.0/400006_Lisp_Release_Notes_Medley_Release_1.0_Sep88.pdf
98119
[these instructions]:https://gist.github.com/grav/7fe0f054f5ad04da2bb0eef2414a663b
99120
[LFG]:http://www2.parc.com/isl/groups/nltt/medley/
100121
[prepackaged debian image]:https://github.com/shaunlebron/history-of-lisp-editing/releases/download/0.0/Debian.3.1r0a.x86.netinstall.vdi.zip
122+
[noko.exe]:http://timonoko.github.io/noko.exe
123+
[DOSBox]:https://www.dosbox.com/

0 commit comments

Comments
 (0)