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 3051687aef75ec68032c688d4b5b64e94cb351ca
parent 841df294161b013ff3b5adecb59bc160dc1f91c9
Author: Alexander Burger <abu@software-lab.de>
Date:   Mon, 17 Oct 2011 19:03:44 +0200

Slightly modified example
Diffstat:
Mdoc/refP.html | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/refP.html b/doc/refP.html @@ -44,8 +44,9 @@ every time before a prompt is output to the console in the "read-eval-print-loop" (REPL). <pre><code> -: (setq *Prompt '(list (pack "[" (stamp) "]"))) --> (pack "[" (stamp) "]") +: (de *Prompt (pack "[" (stamp) "]")) +# *Prompt redefined +-> *Prompt [2011-10-11 16:50:05]: (+ 1 2 3) -> 6 [2011-10-11 16:50:11]: