Search found 4 matches

by mike
Thu Jul 10, 2008 12:32 pm
Forum: Common Lisp
Topic: Anyone using Lisp for web in production?
Replies: 19
Views: 48522

Re: Anyone using Lisp for web in production?

And, Mike? You're in a situation where you have a full server box or a big slice of one? or is it being served through some webhosting company? We run on amazon ec2, Ubuntu specifically (http://groups.google.com/group/ec2ubuntu). There are cheaper options, but I liked the amount of control I had wi...
by mike
Thu Jul 10, 2008 12:02 am
Forum: Common Lisp
Topic: CLOS usage
Replies: 22
Views: 57285

Re: CLOS usage

To my own surprise, because I come from Java, I'm not using clos, only lists, maps, etc, and mostly functions or methods that are functional (no setf). I may be better off moving towards the middle with structs for certain things. But I would like to stay mostly functional. What speaks against usin...
by mike
Wed Jul 09, 2008 6:25 pm
Forum: Common Lisp
Topic: CLOS usage
Replies: 22
Views: 57285

Re: CLOS usage

To my own surprise, because I come from Java, I'm not using clos, only lists, maps, etc, and mostly functions or methods that are functional (no setf). I may be better off moving towards the middle with structs for certain things. But I would like to stay mostly functional.
by mike
Wed Jul 09, 2008 1:44 pm
Forum: Common Lisp
Topic: Anyone using Lisp for web in production?
Replies: 19
Views: 48522

Re: Anyone using Lisp for web in production?

I'm using SBCL for http://streamfocus.com/, a recently launched startup for online project and task management. We're using some old web libs that work well enough, but if I were to start today, I would go with the ones you mentioned, hunchentoot, cl-who, etc. We do us cl-sql, but only the functions...