[q2x] OT: Lua questions
Brian Hook
hook_l at pyrogon.com
Wed Jan 21 20:59:41 EST 2004
> I suppose that's highly subjective, but personally I'd think about
> writing the whole thing in Python.
Well, shit, you're fired from the Lua Wiki then =P
> require. Lua is great for embedding and extending but you could
> write you whole system in Python and avoid the glue/architecture
> problem.
True. Or use Ruby (if it wasn't so slow). I worry about performance
though, especially if I have, say, > 1000 simultaneous connected users
(not a problem right now, but I want to be scalable).
My biggest thing is that I just don't know Python, but I kinda
half-ass know Lua. Although I've now had several people say I should
invert the relationship and just write it all in a scripting language.
When Python/Whatever have a complete integrated development
environment, I'll maybe bite =)
Actually, I'm curious why there is no Python Studio commercially...
Brian
More information about the q2x
mailing list