I'm writing a game. It will have a full level editor, so it needs an embedded scripting language for custom events.
Guile, Lua, or Python?
Name:
Anonymous2007-10-01 16:52 ID:rEhGAt9q
What does /prog/ think of Squirrel? At a glance, it appears to be exactly what I want. Easily embedded, OO, Unicode, higher order functions, tail recursion, exceptions, generators (a big draw for a Python hacker like me).