Looks cool, I tried to install it under ubuntu and got the error (SB-KERNEL:ASSERT-ERROR
(STRING-EQUAL ASDF-INSTALL::URL "<a href="http://" rel="nofollow">http://</a> :END1 7)<p>Full procedure if anyone's interested is:<p>sudo apt-get install sbcl sbcl-asdf<p>$ rlwrap sbcl
This is SBCL 1.0.29.11.debian, an implementation of ANSI Common Lisp.
More information about SBCL is available at <<a href="http://www.sbcl.org/>" rel="nofollow">http://www.sbcl.org/></a>.<p>SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
* (require 'asdf)<p>NIL
* (require 'asdf-install)<p>; loading system definition from
; /usr/lib/sbcl/sb-bsd-sockets/sb-bsd-sockets.asd into #<PACKAGE "ASDF0">
; registering #<SYSTEM SB-BSD-SOCKETS {AD248A1}> as SB-BSD-SOCKETS
; registering #<SYSTEM SB-BSD-SOCKETS-TESTS {AE975D9}> as SB-BSD-SOCKETS-TESTS
("SB-BSD-SOCKETS" "ASDF-INSTALL")
* (asdf-install:install :cells)
Install where?
1) System-wide install:
System in /usr/lib/sbcl/site-systems/
Files in /usr/lib/sbcl/site/
2) Personal installation:
System in /home/john/.sbcl/systems/
Files in /home/john/.sbcl/site/
--> 2<p>debugger invoked on a SIMPLE-ERROR in thread #<THREAD "initial thread" RUNNING {AA5E589}>:
The assertion (STRING-EQUAL ASDF-INSTALL::URL "<a href="http://" rel="nofollow">http://</a> :END1 7) failed.<p>Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.<p>restarts (invokable by number or by possibly-abbreviated name):
<a href="http://ycombinator.com/ideas.html" rel="nofollow">http://ycombinator.com/ideas.html</a> #22
then
<a href="http://news.ycombinator.com/item?id=429477" rel="nofollow">http://news.ycombinator.com/item?id=429477</a> (Ask HN: What can't you do in Excel?)
then
<a href="http://news.ycombinator.com/item?id=897701" rel="nofollow">http://news.ycombinator.com/item?id=897701</a> (Ask HN: who will buy PG's startup idea #22?)<p>I would love to work in this. In Lisp.
In Python:<p><a href="http://pycells.pdxcb.net/" rel="nofollow">http://pycells.pdxcb.net/</a><p>As I mentioned in the Python spreadsheet thread (where I'm assuming this was found), this package has worked for everything I've tried to do with it but I do not believe it's maintained.<p>Does anybody know of something similar for Javascript? A cells implementation would be preferred, but a spreadsheet engine will do.
When I clicked to download the source, there was an error. Is funny that common-lisp.net use python, and use it with errors.<p>Just click on <a href="http://common-lisp.net/cgi-bin/viewcvs.cgi/cell-cultures/?cvsroot=cells" rel="nofollow">http://common-lisp.net/cgi-bin/viewcvs.cgi/cell-cultures/?cv...</a>