TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Cells - A dataflow extension to CLOS

33 pointsby jefffosterover 14 years ago

6 comments

johnaspdenover 14 years ago
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 &#60;<a href="http://www.sbcl.org/&#62;" rel="nofollow">http://www.sbcl.org/&#62;</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 #&#60;PACKAGE "ASDF0"&#62; ; registering #&#60;SYSTEM SB-BSD-SOCKETS {AD248A1}&#62; as SB-BSD-SOCKETS ; registering #&#60;SYSTEM SB-BSD-SOCKETS-TESTS {AE975D9}&#62; 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/ --&#62; 2<p>debugger invoked on a SIMPLE-ERROR in thread #&#60;THREAD "initial thread" RUNNING {AA5E589}&#62;: 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):
评论 #1886902 未加载
stefanoover 14 years ago
The new homepage is here: <a href="https://github.com/kennytilton/cells/wiki" rel="nofollow">https://github.com/kennytilton/cells/wiki</a>
gcvover 14 years ago
Shameless plug: I wrote something similar for Clojure. <a href="https://github.com/gcv/dgraph" rel="nofollow">https://github.com/gcv/dgraph</a>
评论 #1886810 未加载
jacabadoover 14 years ago
<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.
grayrestover 14 years ago
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.
评论 #1886579 未加载
poorLispover 14 years ago
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>