No more reloading unchanged files.
[lineal.git] / README
blob7ec9920f94d8c43f8d04784690fa9832d1de22a4
2 This is Lineal v0.1.5
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/index.html for html documentation.
10 You can reach me, Alex Klinkhamer,
11 through my email: grencez@gmail.com
13 - Security Issues -
14 Though Lineal checks input, it's probable that someone
15 can take over the running lisp. If you find a way to
16 execute unwanted code, tell me about it.
18 You should sandbox your lisp if there's any risk factors.
19 Common sense.
21 The save/restore feature is no longer more hazardous than
22 the regular calculator, but the option to disable it
23 still exists. You can do this by uncommenting the line
24 where 'no-save-restore is set in "run.lisp".