FreshPorts -- The Place For Ports Sat, 17 May 2008 9:48 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
alisp 20060917 lang on this many watch lists=1 search for ports that depend on this port
An interpreter for purely symbolic LISP
Maintained by: nmh@t3x.org search for ports maintained by this maintainer
Port Added: 28 Sep 2003 11:58:55
Also Listed In: devel lisp


ArrowLISP is an interpreter for a purely symbolic,
side effect-free, lexically scoped dialect of LISP.
It may be considered an implementation of pure LISP
plus global definitions.

WWW: http://www.t3x.org/alisp/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Run: misc/ldconfig_compat

To install the port: cd /usr/ports/lang/alisp/ && make install clean
To add the package: pkg_add -r alisp


Configuration Options
     No options to configure

Master Sites:
http://t3x.org/files/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 22

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
18 Sep 2006 20:19:07
Original commit files touched by this commit  20060917
miwi search for other commits by this committer
- Update to 20060917

PR:             ports/103336
Submitted by:   Nils M Holm <nmh(at)t3x.org> (maintainer)
12 Sep 2006 20:07:19
Original commit files touched by this commit  20060912
miwi search for other commits by this committer
- Update to 20060912

PR:             ports/103199
Submitted by:   Nils M Holm <nmh(at)t3x.org> (maintainer)
17 Jul 2006 20:00:38
Original commit files touched by this commit  20060717
novel search for other commits by this committer
Update to 20060717:
 - 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)
14 Jun 2006 03:36:58
Original commit files touched by this commit  20060602
aaron search for other commits by this committer
- 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
16 Apr 2006 16:30:03
Original commit files touched by this commit  20050425_1
mnag search for other commits by this committer
- Distfile are rerolled. From diff and README: As of version 2005-04-29, dynamic
scoping was dropped.
- Bump PORTREVISION

PR:             94854
Submitted by:   maintainer
22 Jan 2006 12:42:24
Original commit files touched by this commit  20050425
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
04 Sep 2005 13:20:26
Original commit files touched by this commit  20050425
lawrance search for other commits by this committer
- change MASTER_SITE
- change maintainer e-mail
- drop WWW page

PR:             ports/84478
Submitted by:   Nils M Holm <nmh@t3x.org> (maintainer)
25 Apr 2005 18:47:41
Original commit files touched by this commit  20050425
jylefort search for other commits by this committer
- Update to 20050425
- Fix pkg-plist

PR:             ports/80336
Submitted by:   maintainer
12 Apr 2005 23:13:18
Original commit files touched by this commit  20050327
pav search for other commits by this committer
- Update to 20050327

PR:             ports/79299
Submitted by:   Nils M Holm <nmh@t3x.org> (maintainer)
14 Mar 2005 14:31:33
Original commit files touched by this commit  20050314
vs search for other commits by this committer
- Update to 20050314
- Previous update broke tail call optimization. Oops.

PR:             ports/78817
Submitted by:   maintainer
13 Mar 2005 11:30:10
Original commit files touched by this commit  20050312
krion search for other commits by this committer
Update to 20050312

PR:             ports/78742
Submitted by:   maintainer
13 Feb 2005 16:34:10
Original commit files touched by this commit  20050212
vs search for other commits by this committer
- Update to 20050212
- Added M-Expression compiler and examples
- Updated documentation

PR:             ports/77413
Submitted by:   Nils M. Holm (maintainer)
24 Jan 2005 16:03:32
Original commit files touched by this commit  20050124
pav search for other commits by this committer
- Update to 20050124

PR:             ports/76617
Submitted by:   Nils M Holm <nmh@t3x.org> (maintainer)
22 Nov 2004 11:11:25
Original commit files touched by this commit  20040924
vs search for other commits by this committer
- Change URL
- Change maintainer e-mail
- Drop WWW pages

PR:             ports/74203
Submitted by:   maintainer
11 Oct 2004 23:58:30
Original commit files touched by this commit  20040924
pav search for other commits by this committer
- Update to 20040924

PR:             ports/72079
Submitted by:   Nils M Holm <nmh@t3x.org> (maintainer)
13 Feb 2004 04:57:13
Original commit files touched by this commit  20040206
linimon search for other commits by this committer
Update to 2004-02-06; added pre-compiled image; added a few new functions
(HYPER; DEPTH; EVENP; ODDP; APPLY); lowercased much of the lib code;
bugfixes.

PR:             ports/62630
Submitted by:   Nils M Holm <nmh@t3x.org> (maintainer)
14 Dec 2003 18:36:05
Original commit files touched by this commit  20031205
pav search for other commits by this committer
- Update to 20031205.

PR:             ports/60004
Submitted by:   Nils M Holm <nmh@t3x.org> (maintainer)
18 Nov 2003 10:46:09
Original commit files touched by this commit  20031029
linimon search for other commits by this committer
Forgot to check this in at the same time as Makefile and distinfo.
Reminded by: submitter of original PR (ports/58996).
18 Nov 2003 09:14:57
Original commit files touched by this commit  20031029
linimon search for other commits by this committer
Maintainer update to latest version.  Major changes: renumbered versioning;
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)
18 Nov 2003 09:12:30
Original commit files touched by this commit  8
linimon search for other commits by this committer
Incorporated into upstream version.  PR: ports/58996.
13 Oct 2003 02:02:00
Original commit files touched by this commit  8
edwin search for other commits by this committer
Give the MAKE_ENV the proper BINOWN/BINGRP variables.
Fix pkg-plist to use DOCSDIR

Noticed by: bento
28 Sep 2003 11:57:21
Original commit files touched by this commit  8
edwin search for other commits by this committer
New port: ArrowLISP - purely symbolic LISP interpreter and IDE

        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>

Number of commits found: 22

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-djangoMay 14
py-django-develMay 14
vorbis-toolsMay 11
qemuMay 08
qemu-develMay 08
swfdecMay 07
firefox*May 03
firefox-devel*May 03
firefox10*May 03
firefox15*May 03
flock*May 03
linux-firefox*May 03
linux-firefox-devel*May 03
linux-flock*May 03
linux-seamonkey*May 03

8 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 18471
Broken 176
Deprecated 58
Ignore 584
Forbidden 4
Restricted 412
No CDROM 126
Vulnerable 52
Expired 33
Set to expire 37
Interactive 76
new 24 hours 6
new 48 hours9
new 7 days19
new fortnight53
new month157

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.488 seconds.