|
On 11-12-26 03:59 PM, hollyrosella@hushmail.com wrote:
Thanks, Patrick. Yes, that's very helpfu. I found the talk: http://lambda-the-ultimate.org/node/3894Hi Holly I think this video is great, it brings up some topics. One, I hope you will agree that Roberto is very bright and handles difficult people well(I don't). If you are considering Lua, there is an awesome community behind it, right from helpful newbies to the design team itself. However it's so great that I have spent most of the last two years trying to code everything in Lua, this was a mistake. Two, Roberto discussed the myth of the general purpose programming language in the video. Lua isn't perfect for every application. Library support is patchy and changing this is not a priority for the design team. Lua really shines if you need to embedded it where feature rich/fat pig languages like Python, PHP and Ruby won't fit. It's good for embedding and extending, use caution outside of this. As Ezequiel had mentioned, you could write code to handle numeric computations in C and then call it from Lua. You can also do this with Fortran too. -Patrick |