-
+ 74C1E88D5AF7EEC476C54F9C879514C63EE0BFF3B9354A36AB282DFC6CD010E0F8E9C89FF091732859CC18238F467EFBE35959BF9A4445A422012536E899403F
adalisp/README
(0 . 0)(1 . 33)
5 README
6
7 `adalisp` is an interpreter for a small Lisp-like scripting language
8 that aims to a. fit in head, while b. being written in a small,
9 restricted, safe subset of the `Ada` programming language. For more
10 details, see:
11
12 http://thetarpit.org/posts/y04/074-adalisp-prototype.html
13
14 ---
15 To INSTALL `adalisp`:
16
17 * Install an `Ada` distribution; `adalisp` was tested on GNAT GPL
18 2016.
19
20 * Use `V` to press:
21
22 mkdir ~/src/adalisp
23 cd ~/src/adalisp
24
25 mkdir .wot
26 cd .wot && wget http://lucian.mogosanu.ro/spyked.asc && cd ..
27
28 v.pl init http://lucian.mogosanu.ro/src/adalisp
29 v.pl press adalisp_genesis adalisp_genesis.vpatch
30
31 ---
32 To BUILD and USE `adalisp`:
33
34 cd ~/src/adalisp/adalisp_genesis/adalisp
35 gprbuild
36
37 cat test.scm | ./bin/test_repl