summaryrefslogtreecommitdiff
path: root/lang/alisp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Unbreak buildMartin Wilke2011-11-161-1/+6
| | | | | | | | | | PR: 162532 Submitted by: Jan Beich <jbeich@tormail.net> Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=285915
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* - No need to define USE_REINPLACE these daysPav Lucistnik2009-01-081-3/+0
| | | | Notes: svn path=/head/; revision=225487
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-2/+1
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* - Update to 20060917Martin Wilke2006-09-182-4/+4
| | | | | | | | PR: ports/103336 Submitted by: Nils M Holm <nmh(at)t3x.org> (maintainer) Notes: svn path=/head/; revision=173356
* - Update to 20060912Martin Wilke2006-09-123-6/+8
| | | | | | | | PR: ports/103199 Submitted by: Nils M Holm <nmh(at)t3x.org> (maintainer) Notes: svn path=/head/; revision=172878
* Update to 20060717:Roman Bogorodskiy2006-07-173-4/+56
| | | | | | | | | | | | | | - Changed core language (see README) - Added KANREN-like logic programming extensions (examples/amk) - Added M-expression compiler (examples/mexprc) - Added loads of example programs (examples/misc) - Looking up default image in $PREFIX now rather than in /usr/local PR: 100440 Submitted by: Nils M Holm (maintainer) Notes: svn path=/head/; revision=168098
* - re-wrote the T3X part of the interpreter in CAaron Dalton2006-06-144-182/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=165356
* - Distfile are rerolled. From diff and README: As of version 2005-04-29, ↵Marcus Alves Grando2006-04-162-3/+4
| | | | | | | | | | | | dynamic scoping was dropped. - Bump PORTREVISION PR: 94854 Submitted by: maintainer Notes: svn path=/head/; revision=159703
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* - change MASTER_SITESam Lawrance2005-09-042-4/+2
| | | | | | | | | | | - change maintainer e-mail - drop WWW page PR: ports/84478 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer) Notes: svn path=/head/; revision=141894
* - Update to 20050425Jean-Yves Lefort2005-04-253-5/+5
| | | | | | | | | | - Fix pkg-plist PR: ports/80336 Submitted by: maintainer Notes: svn path=/head/; revision=134156
* - Update to 20050327Pav Lucistnik2005-04-122-3/+3
| | | | | | | | PR: ports/79299 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer) Notes: svn path=/head/; revision=133187
* - Update to 20050314Volker Stolz2005-03-142-3/+3
| | | | | | | | | | - Previous update broke tail call optimization. Oops. PR: ports/78817 Submitted by: maintainer Notes: svn path=/head/; revision=131203
* Update to 20050312Kirill Ponomarev2005-03-134-175/+176
| | | | | | | | PR: ports/78742 Submitted by: maintainer Notes: svn path=/head/; revision=131091
* - Update to 20050212Volker Stolz2005-02-134-6/+10
| | | | | | | | | | | - Added M-Expression compiler and examples - Updated documentation PR: ports/77413 Submitted by: Nils M. Holm (maintainer) Notes: svn path=/head/; revision=128705
* - Update to 20050124Pav Lucistnik2005-01-243-3/+6
| | | | | | | | PR: ports/76617 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer) Notes: svn path=/head/; revision=127191
* - Change URLVolker Stolz2004-11-222-4/+2
| | | | | | | | | | | - Change maintainer e-mail - Drop WWW pages PR: ports/74203 Submitted by: maintainer Notes: svn path=/head/; revision=122131
* - Update to 20040924Pav Lucistnik2004-10-114-42/+11
| | | | | | | | PR: ports/72079 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer) Notes: svn path=/head/; revision=118654
* Update to 2004-02-06; added pre-compiled image; added a few new functionsMark Linimon2004-02-134-5/+15
| | | | | | | | | | | (HYPER; DEPTH; EVENP; ODDP; APPLY); lowercased much of the lib code; bugfixes. PR: ports/62630 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer) Notes: svn path=/head/; revision=100818
* - Update to 20031205.Pav Lucistnik2003-12-143-7/+39
| | | | | | | | PR: ports/60004 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer) Notes: svn path=/head/; revision=95809
* Forgot to check this in at the same time as Makefile and distinfo.Mark Linimon2003-11-181-4/+51
| | | | | | | Reminded by: submitter of original PR (ports/58996). Notes: svn path=/head/; revision=94244
* Maintainer update to latest version. Major changes: renumbered versioning;Mark Linimon2003-11-182-5/+4
| | | | | | | | | | the user interface has changed to vi(1) style. For other changes and bugfixes see alisp.t. PR: ports/58996 Submitted by: nmh@t3x.org (maintainer) Notes: svn path=/head/; revision=94238
* Incorporated into upstream version. PR: ports/58996.Mark Linimon2003-11-181-41/+0
| | | | Notes: svn path=/head/; revision=94237
* Give the MAKE_ENV the proper BINOWN/BINGRP variables.Edwin Groothuis2003-10-132-4/+6
| | | | | | | | | Fix pkg-plist to use DOCSDIR Noticed by: bento Notes: svn path=/head/; revision=90968
* New port: ArrowLISP - purely symbolic LISP interpreter and IDEEdwin Groothuis2003-09-285-0/+183
ArrowLISP is a small, properly tail-recursive, dynamically scoped interpreter for a purely symbolic and almost side-effect-free dialect of LISP. It may be considered an implementation of pure LISP. The interpreter has both a command line interface and an editor-like full screen interface. PR: ports/55501 Submitted by: Nils M Holm <nmh@t3x.org> Notes: svn path=/head/; revision=89650