Re: [Chicken-users] Clojure

2009-07-06 Thread Andrew Gwozdziewycz
On Thu, Jul 2, 2009 at 7:56 PM, Leonardo Valeri Manera wrote: > 2009/7/3 Andreas Rottmann : >> Peter Bex writes: >> >>> On Thu, Jul 02, 2009 at 01:42:16PM -0700, Shawn Rutledge wrote: If you want real Scheme (rather than just lisp-like) you could try Kawa.  I have not tried either one, t

Re: [Chicken-users] A call to arms

2009-01-23 Thread Andrew Gwozdziewycz
On Jan 22, 2009, at 8:00 PM, Alaric Snell-Pym wrote: All of this is why I decided Wings should sit above this - all it cares about is getters and setters. If you get those getters and setters from an OR mapping engine, or something that just wraps SQL queries: (define-sql-row flight-cost (id co

Re: [Chicken-users] A call to arms

2009-01-22 Thread Andrew Gwozdziewycz
On Thu, Jan 22, 2009 at 3:27 PM, Peter Bex wrote: > On Thu, Jan 22, 2009 at 03:01:30PM -0500, Andrew Gwozdziewycz wrote: >> So, if you have to simulate features of the storage engine to get >> compatibility, all you have to do is tell users that there are some >> limitation

Re: [Chicken-users] A call to arms

2009-01-22 Thread Andrew Gwozdziewycz
On Thu, Jan 22, 2009 at 2:28 PM, Peter Bex wrote:> I've been there (in PHP, but still) and I am now convinced that this > cannot work on too big a scale. There is a big mismatch in > expressiveness of some systems. For our PHP web app framework, we had > built a system that took in abstract arra

Re: [Chicken-users] A call to arms

2009-01-22 Thread Andrew Gwozdziewycz
On Jan 21, 2009, at 12:55 PM, Mor Phir wrote: I want it to be the Django for schemers only that I am using chicken. I want this to scale easily. Deploy more servers -> load balancing. I only want to deploy the functionality that I need for a given site (the gentoo of webapps) I want less gr

Re: [Chicken-users] Is there any way programmatically to determine a macro?

2009-01-05 Thread Andrew Gwozdziewycz
ded program, so the only thing you'd be able to check is whether or not it's a procedure. -- Andrew Gwozdziewycz apg...@gmail.com http://www.apgwoz.com | http://www.photub.com ___ Chicken-users mailing list Chicken-users@nongnu.org http:/

Re: [Chicken-users] hygienic branch (progress report, sort of)

2008-05-16 Thread Andrew Gwozdziewycz
ntifiers to be hygienic. But, you don't have to rename _all_ of them should you want to introduce an identifier. -- Andrew Gwozdziewycz [EMAIL PROTECTED] http://www.apgwoz.com | http://www.photub.com ___ Chicken-users mailing list Chicken-us

Re: [Chicken-users] hygienic branch (progress report, sort of)

2008-05-16 Thread Andrew Gwozdziewycz
n, felix saved the day. I will keep using chicken. I'll hopefully contribute. I'll hopefully get to a point where I'll never have to "import Image" again. Thanks everyone for all of your hard work in making chicken, and thanks felix for sending this message just at the r