Re: Reduced ScriptLimits
Posted: Thu Oct 04, 2012 11:40 pm
You sound like the ideal candidate to be poking around in Linux. In Ubutu (and some other distros) Python is targeted as the universal scripting language, and it's quite capable as well as being dynamically compiled.
Not to say LiveCode isn't a great way to explore these kinds of idea also, since of course it is, as you've found.
But with Linux and its native free, and open languages you may be able to find a very satisfying blend of parts and pieces you can combine and recombine in infinite varieties, and do so closer to the iron.
That said, as long as you're using LC there may be some things we can learn from the Linux world to aid your LC explorations.
For example, in Linux the kernel contains not only the core but also has most I/O drivers compiled into it. This eliminates the possibility of conflicts between the kernel and driver versions, and means you get the whole batch of essentials in a single package.
One can map the benefit of this approach in LC by considering the addition of a script concatenator to your toolkit, which would assemble groups of related scripts into a single script for deployment, simplify both the number of deployable files and reducing the number of available slots needed.
Not to say LiveCode isn't a great way to explore these kinds of idea also, since of course it is, as you've found.
But with Linux and its native free, and open languages you may be able to find a very satisfying blend of parts and pieces you can combine and recombine in infinite varieties, and do so closer to the iron.
That said, as long as you're using LC there may be some things we can learn from the Linux world to aid your LC explorations.
For example, in Linux the kernel contains not only the core but also has most I/O drivers compiled into it. This eliminates the possibility of conflicts between the kernel and driver versions, and means you get the whole batch of essentials in a single package.
One can map the benefit of this approach in LC by considering the addition of a script concatenator to your toolkit, which would assemble groups of related scripts into a single script for deployment, simplify both the number of deployable files and reducing the number of available slots needed.