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 f9e656305bbeb733a1e324b6e4191fb7ac90e6f7
parent 123c668e6e0f3d147ccc2b410ee04f741c82f04f
Author: Alexander Burger <abu@software-lab.de>
Date:   Sun,  6 Mar 2011 08:49:44 +0100

Removed "opt/" to be tracked separately
Diffstat:
Dopt/pilog.l | 15---------------
1 file changed, 0 insertions(+), 15 deletions(-)

diff --git a/opt/pilog.l b/opt/pilog.l @@ -1,15 +0,0 @@ -# 25dec09abu -# (c) Software Lab. Alexander Burger - -(be mapcar (@ NIL NIL)) -(be mapcar (@P (@X . @L) (@Y . @M)) - (call @P @X @Y) - (mapcar @P @L @M) ) - -# Contributed by Clemens Hinze <cle-picolisp@qiao.in-berlin.de> -(be findall (@Pat @P @Res) - (@Res solve - (-> @P) - (or @Pat (fill (-> @Pat))) ) ) - -# vi:et:ts=3:sw=3