Re: [GD-General] Scripting Systems
Brought to you by:
vexxed72
|
From: Alen L. <ale...@cr...> - 2004-01-22 07:20:06
|
>I hate people that bitch about syntax, but hey, I'm not particularly
>fond of Lua's syntax. It's just not very readable IMO because there's
>been so much syntactic sugar. That's a subjective thing.
Seconded. Though it's not syntactic sugar that bothers me most. I'd prefer
to have // comments and {} blocks. I mean, we all use C on daily basis, why
make things complicated? Lua syntax makes C syntax hiliting editors look
stupid.
> Lua is fast. It's small. It's trivial to embed.
Yup, it is very slick and nice. Though I didn't find ability to store state
(for save games), what can be quite a brick.
> The GC issue is going to be addressed in 5.1 hopefully, which should
>ship before I'm done with my current project.
Do you think that GC is main speed problem? How about name lookups? Does
that show on your profile?
Alen
|