From embry00s at gmail.com Fri Jul 9 16:09:53 2010 From: embry00s at gmail.com (Oliver) Date: Fri, 9 Jul 2010 18:09:53 +0200 Subject: [clbuild-devel] Programming for clbuild McClim Message-ID: Hello! Hope it is ok that I am sending this question to this list, I found no other way to get in contact with the clbuild project and couldn't search the mailing lists. I've just had clbuild install SBCL and McClim for me (I can run demodemo), but can't use McClim myself. What I've tried doing is ./clbuild lisp and then (require :climxm), but the interpreter gives me an error saying it doesn't know how to require climxm. Is there a convenient way to get started with CLIM programming using clbuild, or will I have to look into setting up my own system? If so, does anybody know of a convenient way to get started quickly? Deployment will be on an AllegroCL with Allegro's CLIM implementation, which I'll soon have X11-forwarding access to, but I want to be able to run it locally as well (telecommuting, and I don't trust my employer's uptimes). Regards, Oliver Uvman From fade at deepsky.com Wed Jul 21 17:01:19 2010 From: fade at deepsky.com (Brian O'Reilly) Date: Wed, 21 Jul 2010 13:01:19 -0400 Subject: [clbuild-devel] added support for CLON Message-ID: <4C4727DF.10000@deepsky.com> I've added CLON (periodic scheduled timer support) to the wnpp-projects file, as well as its one dependency, trivial-timers. This project is based on the sbcl timers implementation, so I don't think it's terribly portable, but it works great on sbcl and is quite useful. I dunno what the policy about portability between implementations is for clbuild projects... at any rate, if it's deemed useful, please darcs pull from : http://coruscant.deepsky.com/~fade/clbuild thanks! Brian