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 9c9704beef8072d79d520686dcf11a5567a48f70
parent 4cc177c98239fc6669daa034597b38ef4f12af09
Author: Alexander Burger <abu@software-lab.de>
Date:   Tue, 10 May 2011 07:54:04 +0200

Global vs. local invocation
Diffstat:
Mmisc/calc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/calc b/misc/calc @@ -1,5 +1,5 @@ -#!bin/picolisp lib.l -# 29apr11abu +#!/usr/bin/picolisp /usr/lib/picolisp/lib.l +# 10may11abu # (c) Software Lab. Alexander Burger (load "@lib/misc.l" "/usr/share/picolisp/misc/calc.l")