+Fixed rounding error on floats.
[lineal.git] / HACKING
blobe395e46d3aa9578de33fa2ac791788ad9231f507
2 You can enable a page which reloads all the changes you make
3 to code at localhost:41938/reload by setting the 'reload-page
4 option in "run.lisp". A link to it will appear on Lineal's
5 main page.
6 Note: Hunchentoot's *dispatch-table* is not affected by reload.
9 -- Contributing Changes --
10 If you change, fix, or add anything that should be in the main
11 project, let me know, I'll merge it in if it's worthwhile.
14 - Coding Style -
15 No requirements. I won't touch your code if it works,
16 and will abide by the style if anything needs to be changed.
17 My style is surely worse.