Initial import of Lisp-in-Factor

db4
James Cash 2008-04-17 02:37:03 -04:00
parent 130e936310
commit b77d660141
4 changed files with 7 additions and 0 deletions

1
extra/lisp/authors.txt Normal file
View File

@ -0,0 +1 @@
James Cash

4
extra/lisp/lisp.factor Normal file
View File

@ -0,0 +1,4 @@
! Copyright (C) 2008 James Cash
! See http://factorcode.org/license.txt for BSD license.
IN: lisp

1
extra/lisp/summary.txt Normal file
View File

@ -0,0 +1 @@
A Lisp interpreter in Factor

1
extra/lisp/tags.txt Normal file
View File

@ -0,0 +1 @@
Lisp languages