Prev: cosx - sinx + 3x2
Next: the Modernization of Emacs
From: Ken Tilton on 11 Mar 2006 18:15 bradb wrote: > a & b) The example code is from > http://www.tilton-technology.com/01-Cell-basics.lisp and > http://bc.tech.coop/blog/030911.html > c) (cells::test-cells) appears to run properly and returns NIL > d) Probably a good idea, I have stolen a bit of the thread here. > > I really does look like I am using example code that doesn't map to the > library version :( > It would be really nice if the basic cells tutorial lived in CVS Too easy. :) OK, you mean "01-cells-basics.lisp" included on the site? I will pull that into the next release. Thanks for a good idea. > somewhere & was part of the test suite. It would also be nice if you > could get the cells library from CVS without needing to get other bits > and pieces. Which were they? I made my own personal suite of CL utilities into a subdirectory of Cells just to avoid this. kt
From: Ken Tilton on 11 Mar 2006 18:34 bradb wrote: > a & b) The example code is from > http://www.tilton-technology.com/01-Cell-basics.lisp and Oh, sorry, you said that. OK, I will add this to the Cells source tree and update. > http://bc.tech.coop/blog/030911.html I have also updated the web page link to point to Bill's write-up. Of course that is still Cells I code. I will write to Bill and ask if I can pull that into my source tree along with his comments and then update it to fit cells, well, cells3. thx for the report. kt
From: bradb on 11 Mar 2006 18:47 > Which were they? I made my own personal suite of CL utilities into a > subdirectory of Cells just to avoid this. > Actually, you're right there is a link to CVS from here http://common-lisp.net/project/cells/. I use CVS all the time, but what I don't usually do is pull from repos. Most Sourceforge pages have the exact command that you need in order to get the latest CVS, in your case this is (I think) cvs -z3 -d :pserver:anonymous:anonymous(a)common-lisp.net:/project/cells/cvsroot co cell-cultures/cells. It would be nice to have that somewhere on the main page to ease CVS access. Though that puts cells into cell-cultures/cells, which isn't _really_ what I want. Cheers Brad
From: Edi Weitz on 11 Mar 2006 19:15 On 11 Mar 2006 15:47:18 -0800, "bradb" <brad.beveridge(a)gmail.com> wrote: > It would be nice to have that somewhere on the main page to ease CVS > access. <http://common-lisp.net/faq.shtml> -- European Common Lisp Meeting 2006: <http://weitz.de/eclm2006/> Real email: (replace (subseq "spamtrap(a)agharta.de" 5) "edi")
From: Ken Tilton on 11 Mar 2006 19:18
bradb wrote: >>Which were they? I made my own personal suite of CL utilities into a >>subdirectory of Cells just to avoid this. >> > > > Actually, you're right there is a link to CVS from here > http://common-lisp.net/project/cells/. I use CVS all the time, but > what I don't usually do is pull from repos. Most Sourceforge pages > have the exact command that you need in order to get the latest CVS, in > your case this is (I think) cvs -z3 -d > :pserver:anonymous:anonymous(a)common-lisp.net:/project/cells/cvsroot co > cell-cultures/cells. It would be nice to have that somewhere on the > main page to ease CVS access. Actually, I think c-l.net has the advantage over SourceForge here with nightly tarballs, so no one has to study the CVS /language/ just to get a little source. But you do have to know to scroll down to find the little "download tarball" link. Of course if you want to /track/ an active project one, well, I use TortoiseCVS so I /still/ do not need to learn CVS. ken |