posted on Mar, 16 2004 @ 02:02 PM
Well what language were you talking about? Refeal is a functional language, like Lisp, that uses pattern matching. It's esoteric but very useful at
the same time ... if you want to do pattern matching and functional language tricks. It's very nice, but has no concept (read:libraries) of the
web.
The reason I bring up these languages is that if you're going to make your own message board, with more interactivity than ever seen before, you're
going need some serious tools to do it. We need:
- pattern matching (string manipulation)
- Some kind of html parsing/output library
- hooks into a database (good hooks, at that)
- some notion of security
- A robust means of dynamic evaluation
- Ability for speed or at least conversion to C for speed
- and so forth...
So I'm looking for a language that can do all of these. So far, WebWare (Python) seems like the only one that works. It has bad SQL libraries,
though.