- Joined
- Jan 28, 2018
lua is pretty cool and speedy. What ultimately convinced me of luas speed and compactness was compiling the interpreter (with surprisingly few changes) and running it on a 7 Mhz 68k Amiga with 4 MB of RAM just fine and at good speed for that system. It just doesn't lend itself to bigger programs well. (neither the system nor the language) People will tell you it does with linters and such but don't believe their lies.
I'd also recommend looking into go. Some of the critique leveled at it is valid but I have the feeling it has a good chance to become the next big thing.(tm) (When I said that about C# in the 00s people laughed at me)
If all you ever want to do is glue code others have written together with fast and seemingly impressive results but without understanding how anything really works, you can pick python. If you actually want to learn anything that's applicable outside of that very specific scenario, don't pick python.
Also as has been said, C. Newcomers are scared of C for some reason but it's actually a very simple and utilitarian language you can at least write small programs with in no time. Absolutely no reasons to be scared of it.
If you want to write things of horrifying beauty that will run aeons until where even death may die, pick forth, now that's a language with chest hair!
I'd also recommend looking into go. Some of the critique leveled at it is valid but I have the feeling it has a good chance to become the next big thing.(tm) (When I said that about C# in the 00s people laughed at me)
If all you ever want to do is glue code others have written together with fast and seemingly impressive results but without understanding how anything really works, you can pick python. If you actually want to learn anything that's applicable outside of that very specific scenario, don't pick python.
Also as has been said, C. Newcomers are scared of C for some reason but it's actually a very simple and utilitarian language you can at least write small programs with in no time. Absolutely no reasons to be scared of it.
Last edited: