2003-09-28 12:57:21 +02:00
|
|
|
bin/alisp
|
- re-wrote the T3X part of the interpreter in C
- re-wrote the reference manual
- added AND and OR primitives
- added RECURSIVE-BIND primitive
- added DEFINED primitive
- replaced meta commands with functions, ie
:L FILE.L became (LOAD FILE)
- replaced (DEFUN f(x) ...) with (DEFINE (f x) ...)
- replaced LABEL with LET and LETREC
- replaced *T* and *F* (true/false) with T and ()
- dropped CALL/CC
- renamed math functions:
plus/iplus/rplus -> N+, I+, R+, +
times/itimes/rtimes -> N*, I*, R*, *
difference/idifference/rdifference -> N-, I-, R-, -
rquotient -> /
- added default workspace image (no need to install a
local copy of the library functions any longer)
- temporarily removed most example programs
PR: ports/98483
Submitted by: Nils M Holm <nmh@t3x.org>
Reviewed by: aaron
Approved by: tobez
2006-06-14 04:36:58 +02:00
|
|
|
lib/libalisp.a
|
|
|
|
lib/libalisp.so
|
|
|
|
include/alisp.h
|
2005-03-13 12:30:10 +01:00
|
|
|
%%DATADIR%%/LICENSE
|
- re-wrote the T3X part of the interpreter in C
- re-wrote the reference manual
- added AND and OR primitives
- added RECURSIVE-BIND primitive
- added DEFINED primitive
- replaced meta commands with functions, ie
:L FILE.L became (LOAD FILE)
- replaced (DEFUN f(x) ...) with (DEFINE (f x) ...)
- replaced LABEL with LET and LETREC
- replaced *T* and *F* (true/false) with T and ()
- dropped CALL/CC
- renamed math functions:
plus/iplus/rplus -> N+, I+, R+, +
times/itimes/rtimes -> N*, I*, R*, *
difference/idifference/rdifference -> N-, I-, R-, -
rquotient -> /
- added default workspace image (no need to install a
local copy of the library functions any longer)
- temporarily removed most example programs
PR: ports/98483
Submitted by: Nils M Holm <nmh@t3x.org>
Reviewed by: aaron
Approved by: tobez
2006-06-14 04:36:58 +02:00
|
|
|
%%DATADIR%%/alisp-image
|
2006-07-17 21:00:38 +02:00
|
|
|
%%DATADIR%%/amk-tools.l
|
|
|
|
%%DATADIR%%/amk.l
|
|
|
|
%%DATADIR%%/any.l
|
- re-wrote the T3X part of the interpreter in C
- re-wrote the reference manual
- added AND and OR primitives
- added RECURSIVE-BIND primitive
- added DEFINED primitive
- replaced meta commands with functions, ie
:L FILE.L became (LOAD FILE)
- replaced (DEFUN f(x) ...) with (DEFINE (f x) ...)
- replaced LABEL with LET and LETREC
- replaced *T* and *F* (true/false) with T and ()
- dropped CALL/CC
- renamed math functions:
plus/iplus/rplus -> N+, I+, R+, +
times/itimes/rtimes -> N*, I*, R*, *
difference/idifference/rdifference -> N-, I-, R-, -
rquotient -> /
- added default workspace image (no need to install a
local copy of the library functions any longer)
- temporarily removed most example programs
PR: ports/98483
Submitted by: Nils M Holm <nmh@t3x.org>
Reviewed by: aaron
Approved by: tobez
2006-06-14 04:36:58 +02:00
|
|
|
%%DATADIR%%/base.l
|
2006-07-17 21:00:38 +02:00
|
|
|
%%DATADIR%%/bottles.l
|
|
|
|
%%DATADIR%%/bubblesort.l
|
|
|
|
%%DATADIR%%/count.l
|
|
|
|
%%DATADIR%%/depth.l
|
|
|
|
%%DATADIR%%/every.l
|
|
|
|
%%DATADIR%%/fact.l
|
|
|
|
%%DATADIR%%/filter.l
|
|
|
|
%%DATADIR%%/hanoi.l
|
|
|
|
%%DATADIR%%/headp.l
|
|
|
|
%%DATADIR%%/hyper.l
|
- re-wrote the T3X part of the interpreter in C
- re-wrote the reference manual
- added AND and OR primitives
- added RECURSIVE-BIND primitive
- added DEFINED primitive
- replaced meta commands with functions, ie
:L FILE.L became (LOAD FILE)
- replaced (DEFUN f(x) ...) with (DEFINE (f x) ...)
- replaced LABEL with LET and LETREC
- replaced *T* and *F* (true/false) with T and ()
- dropped CALL/CC
- renamed math functions:
plus/iplus/rplus -> N+, I+, R+, +
times/itimes/rtimes -> N*, I*, R*, *
difference/idifference/rdifference -> N-, I-, R-, -
rquotient -> /
- added default workspace image (no need to install a
local copy of the library functions any longer)
- temporarily removed most example programs
PR: ports/98483
Submitted by: Nils M Holm <nmh@t3x.org>
Reviewed by: aaron
Approved by: tobez
2006-06-14 04:36:58 +02:00
|
|
|
%%DATADIR%%/imath.l
|
2006-07-17 21:00:38 +02:00
|
|
|
%%DATADIR%%/infix.l
|
|
|
|
%%DATADIR%%/insert.l
|
|
|
|
%%DATADIR%%/intersection.l
|
|
|
|
%%DATADIR%%/iota.l
|
|
|
|
%%DATADIR%%/isort.l
|
- re-wrote the T3X part of the interpreter in C
- re-wrote the reference manual
- added AND and OR primitives
- added RECURSIVE-BIND primitive
- added DEFINED primitive
- replaced meta commands with functions, ie
:L FILE.L became (LOAD FILE)
- replaced (DEFUN f(x) ...) with (DEFINE (f x) ...)
- replaced LABEL with LET and LETREC
- replaced *T* and *F* (true/false) with T and ()
- dropped CALL/CC
- renamed math functions:
plus/iplus/rplus -> N+, I+, R+, +
times/itimes/rtimes -> N*, I*, R*, *
difference/idifference/rdifference -> N-, I-, R-, -
rquotient -> /
- added default workspace image (no need to install a
local copy of the library functions any longer)
- temporarily removed most example programs
PR: ports/98483
Submitted by: Nils M Holm <nmh@t3x.org>
Reviewed by: aaron
Approved by: tobez
2006-06-14 04:36:58 +02:00
|
|
|
%%DATADIR%%/iter.l
|
2006-07-17 21:00:38 +02:00
|
|
|
%%DATADIR%%/last.l
|
- re-wrote the T3X part of the interpreter in C
- re-wrote the reference manual
- added AND and OR primitives
- added RECURSIVE-BIND primitive
- added DEFINED primitive
- replaced meta commands with functions, ie
:L FILE.L became (LOAD FILE)
- replaced (DEFUN f(x) ...) with (DEFINE (f x) ...)
- replaced LABEL with LET and LETREC
- replaced *T* and *F* (true/false) with T and ()
- dropped CALL/CC
- renamed math functions:
plus/iplus/rplus -> N+, I+, R+, +
times/itimes/rtimes -> N*, I*, R*, *
difference/idifference/rdifference -> N-, I-, R-, -
rquotient -> /
- added default workspace image (no need to install a
local copy of the library functions any longer)
- temporarily removed most example programs
PR: ports/98483
Submitted by: Nils M Holm <nmh@t3x.org>
Reviewed by: aaron
Approved by: tobez
2006-06-14 04:36:58 +02:00
|
|
|
%%DATADIR%%/lisp.l
|
2006-07-17 21:00:38 +02:00
|
|
|
%%DATADIR%%/lvrename.l
|
|
|
|
%%DATADIR%%/m-append.l
|
|
|
|
%%DATADIR%%/m-fac.l
|
|
|
|
%%DATADIR%%/m-hanoi.l
|
|
|
|
%%DATADIR%%/m-queens.l
|
|
|
|
%%DATADIR%%/mexprc.l
|
- re-wrote the T3X part of the interpreter in C
- re-wrote the reference manual
- added AND and OR primitives
- added RECURSIVE-BIND primitive
- added DEFINED primitive
- replaced meta commands with functions, ie
:L FILE.L became (LOAD FILE)
- replaced (DEFUN f(x) ...) with (DEFINE (f x) ...)
- replaced LABEL with LET and LETREC
- replaced *T* and *F* (true/false) with T and ()
- dropped CALL/CC
- renamed math functions:
plus/iplus/rplus -> N+, I+, R+, +
times/itimes/rtimes -> N*, I*, R*, *
difference/idifference/rdifference -> N-, I-, R-, -
rquotient -> /
- added default workspace image (no need to install a
local copy of the library functions any longer)
- temporarily removed most example programs
PR: ports/98483
Submitted by: Nils M Holm <nmh@t3x.org>
Reviewed by: aaron
Approved by: tobez
2006-06-14 04:36:58 +02:00
|
|
|
%%DATADIR%%/nmath.l
|
2006-07-17 21:00:38 +02:00
|
|
|
%%DATADIR%%/nth.l
|
|
|
|
%%DATADIR%%/o.l
|
|
|
|
%%DATADIR%%/orderedp.l
|
|
|
|
%%DATADIR%%/pair.l
|
|
|
|
%%DATADIR%%/prefix.l
|
|
|
|
%%DATADIR%%/product.l
|
|
|
|
%%DATADIR%%/prolog-db.l
|
|
|
|
%%DATADIR%%/prolog.l
|
|
|
|
%%DATADIR%%/qsort.l
|
|
|
|
%%DATADIR%%/queens.l
|
|
|
|
%%DATADIR%%/remove.l
|
- re-wrote the T3X part of the interpreter in C
- re-wrote the reference manual
- added AND and OR primitives
- added RECURSIVE-BIND primitive
- added DEFINED primitive
- replaced meta commands with functions, ie
:L FILE.L became (LOAD FILE)
- replaced (DEFUN f(x) ...) with (DEFINE (f x) ...)
- replaced LABEL with LET and LETREC
- replaced *T* and *F* (true/false) with T and ()
- dropped CALL/CC
- renamed math functions:
plus/iplus/rplus -> N+, I+, R+, +
times/itimes/rtimes -> N*, I*, R*, *
difference/idifference/rdifference -> N-, I-, R-, -
rquotient -> /
- added default workspace image (no need to install a
local copy of the library functions any longer)
- temporarily removed most example programs
PR: ports/98483
Submitted by: Nils M Holm <nmh@t3x.org>
Reviewed by: aaron
Approved by: tobez
2006-06-14 04:36:58 +02:00
|
|
|
%%DATADIR%%/rmath.l
|
2006-07-17 21:00:38 +02:00
|
|
|
%%DATADIR%%/some.l
|
|
|
|
%%DATADIR%%/sublis.l
|
|
|
|
%%DATADIR%%/subst.l
|
|
|
|
%%DATADIR%%/sum.l
|
|
|
|
%%DATADIR%%/tailp.l
|
|
|
|
%%DATADIR%%/union.l
|
|
|
|
%%DATADIR%%/unique.l
|
|
|
|
%%DATADIR%%/unlet.l
|
|
|
|
%%DATADIR%%/unsort.l
|
|
|
|
%%DATADIR%%/xeval.l
|
|
|
|
%%DATADIR%%/zebra.l
|
- re-wrote the T3X part of the interpreter in C
- re-wrote the reference manual
- added AND and OR primitives
- added RECURSIVE-BIND primitive
- added DEFINED primitive
- replaced meta commands with functions, ie
:L FILE.L became (LOAD FILE)
- replaced (DEFUN f(x) ...) with (DEFINE (f x) ...)
- replaced LABEL with LET and LETREC
- replaced *T* and *F* (true/false) with T and ()
- dropped CALL/CC
- renamed math functions:
plus/iplus/rplus -> N+, I+, R+, +
times/itimes/rtimes -> N*, I*, R*, *
difference/idifference/rdifference -> N-, I-, R-, -
rquotient -> /
- added default workspace image (no need to install a
local copy of the library functions any longer)
- temporarily removed most example programs
PR: ports/98483
Submitted by: Nils M Holm <nmh@t3x.org>
Reviewed by: aaron
Approved by: tobez
2006-06-14 04:36:58 +02:00
|
|
|
%%DOCSDIR%%/alisp.txt
|
2005-03-13 12:30:10 +01:00
|
|
|
@dirrm %%DATADIR%%
|
2005-04-25 19:47:41 +02:00
|
|
|
@dirrm %%DOCSDIR%%
|