I have a lot of ideas I'd like to implement within a message board framework. However, there is so much dynamism involved that it's more like I
would be writing a webapp that filters and iterates over a database (mesage board content) and returns results w/in a dynamic GUI.
That being said I'm currently looking at three different packages:
1. UnCommon Lisp [
www.common-lisp.net... ] It's got some nice features and I like Lisp.
2. WebWare (Python) [
webware.sourceforge.net... ]
3. Zope (Python with cruft) [
www.zope.org... ]
From my research, Zope is a little monolithic. But it's used by a lot of sites. It doesn't have good documentation, though. WebWare is better, but I
can't tell if it's to "weak." It's bascally Python, however, which is a "dialect" of Lisp (yep, there's a lisp interpreter in there). This
seems like the best thing. UnCommon Lisp has some really good features, but little documentation and it looks a bit new.
Does anyone have experience with any of these languages? What would you go with for making a web site/message board as I described above?
cheers
ktpr