Slashdot Mirror


User: harishjp

harishjp's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Lua on The Best First Language For a Young Programmer · · Score: 1

    Its been about a week since I started using lua. I found it to be filled with surprises. The concept of starting indexing with 1 is pathetic. The fact that getn on a table does a linear scan and need not be correct. I would not suggest lua to anyone. Once you learn lua you have to unlearn lot of things before you can move to a real programming language.

    Starting with scripting language is good. Python is a good choice, cross platform and can be learnt in small increments. Only issue with python is lack of strict variable mode resulting in bugs which are hard to debug.