picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 657528d0737896b1d927616fb468bfe7cbef55ab
parent 4261130ca54e576cefafdc2629fdf90c2fbfa911
Author: Commit-Bot <unknown>
Date:   Tue,  5 Oct 2010 14:38:40 +0000

Automatic commit from picoLisp.tgz, From: Tue, 05 Oct 2010 14:38:40 GMT
Diffstat:
Mdoc/faq.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/faq.html b/doc/faq.html @@ -660,7 +660,7 @@ microcode levels) are s-expressions: The machine language is <i>Lisp</i>. possible error conditions which won't occur during normal usage. Such errors are usually detected quickly at the first test run, and checking for them after that would just produce runtime overhead. It is recommended, though, to inspect the -code periodically with <code><a <code><a href="refL.html#lint">lint</a></code>. +code periodically with <code><a href="refL.html#lint">lint</a></code>. <p><hr>