Hi Hugh, are you aware of unit testing? it's very simple and short to write. In other languages it's sometimes a pain, but here it's very short. you should try it, instead of the test utils at the end :-)
Kobi Slava Pestov wrote: > Hugh, > > What you've implemented is like Factor's dlists, > http://docs.factorcode.org/content/article-dlists.html. > > They are an implementation of the deque abstract data type, > http://docs.factorcode.org/content/article-deques.html > > Slava > > On Tue, May 26, 2009 at 11:59 PM, Hugh Aguilar <[email protected]> > wrote: >> Here is a very simple program that I wrote (www.rosycrew.org/list.factor) >> that you might be interested in. I think that I am just duplicating what >> Factor's vectors do, but I haven't really figured out vectors yet and it was >> easier for me to just write my own --- I'm not very good at learning things. >> >> >> ------------------------------------------------------------------------------ >> Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT >> is a gathering of tech-side developers & brand creativity professionals. Meet >> the minds behind Google Creative Lab, Visual Complexity, Processing, & >> iPhoneDevCamp as they present alongside digital heavyweights like Barbarian >> Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com >> _______________________________________________ >> Factor-talk mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/factor-talk >> > > ------------------------------------------------------------------------------ > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT > is a gathering of tech-side developers & brand creativity professionals. Meet > the minds behind Google Creative Lab, Visual Complexity, Processing, & > iPhoneDevCamp as they present alongside digital heavyweights like Barbarian > Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com > _______________________________________________ > Factor-talk mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/factor-talk > ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
