Modified the tails-do* macro.
[lineal.git] / README
blob5f8468054c89d462fc6331873c9117d8b9dc6f2f
2 This is Lineal v0.1.6
4 Important files:
5 INSTALL for details on running Lineal... not really installing it.
6 HACKING for info on contributing to the project.
7 COPYING for license information.
8 doc/ for plain text documentation.
9 http_root/doc/index.html for html documentation.
11 You can reach me, Alex Klinkhamer,
12 through my email: grencez@gmail.com
14 - Security Issues -
15 Though Lineal checks input, it's probable that someone
16 can take over the running lisp. If you find a way to
17 execute unwanted code, tell me about it.
19 You should sandbox your lisp if there's any risk factors.
20 Common sense.
22 The save/restore feature is no longer more hazardous than
23 the regular calculator, but the option to disable it
24 still exists. You can do this by uncommenting the line
25 where 'no-save-restore is set in "run.lisp".