public
Description: A lisp implementation written in javascript
Homepage: http://www.steve-lacey.com/blogarchives/2009/10/lisp_in_javascr_1.shtml
Clone URL: git://github.com/stevela/js-lisp.git
name age message
file README Mon Oct 12 15:10:32 -0700 2009 Cleanup before checkin [stevela]
file index.html Mon Oct 12 14:50:27 -0700 2009 Initial commit. [stevela]
file lisp-builtins.js Mon Oct 12 15:10:32 -0700 2009 Cleanup before checkin [stevela]
file lisp-env.js Mon Oct 12 15:10:32 -0700 2009 Cleanup before checkin [stevela]
file lisp-library.js Mon Oct 12 15:10:32 -0700 2009 Cleanup before checkin [stevela]
file lisp-parser.js Mon Oct 12 14:50:27 -0700 2009 Initial commit. [stevela]
file lisp-support.js Mon Oct 12 15:10:32 -0700 2009 Cleanup before checkin [stevela]
file lisp-test.lisp Mon Oct 12 15:10:32 -0700 2009 Cleanup before checkin [stevela]
file lisp.js Mon Oct 12 15:10:32 -0700 2009 Cleanup before checkin [stevela]
file parser.src Mon Oct 12 15:10:32 -0700 2009 Cleanup before checkin [stevela]
README
Copyright 2009 Stephen John Lacey

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

js-lisp
-------

This is an implementation of lisp, written in javascript.

Steve Lacey
steve@steve-lacey.com
http://www.steve-lacey.com