I have an the need to use a scripting language, but I have a horrible list of requirements.
The workstations(PS2 Linux) at uni do not let us have admin access and have a very old version of GCC).
Can anybody recommend a script language that …
- Work on Linux
- GCC 2.95.2 🙁
- No need for admin access
- Easy to integrate with C++
- No need to for additional libraries
- No boost (its just to big for the networked drives at uni, I have complained on numerous occasions, but they feel 1 gig suits all students regardless of a computing course or a nursing course.)
The scripts will be doing small amounts of logic for game-objects.
Luabind would be my first choice, but boost makes it impossible, and since the workstations are reset all the time, I would have to reinstall everything 🙁
Just use Lua, and don’t use their machines. If you must, keep your full dev environment and dependencies on a flash drive. Lua is literally the industry standard for this.