Which language?
Hello all,
I wish to make some 2d games but I have no programming experience at all!
I know microStudio supports several languages and here I'm asking for your help!
Of the languages it supports, which one is the easiest to learn and most beginner friendly?
Once you tell me, I will buy a book on that language for beginners.
Thank you
Paul
MicroScript is the default language, but it has no book or extensive documentation. The best documentation you can find is https://microstudio.dev/documentation. It's based on Lua but very different. If you want a well-documented language that's easy to learn, you can try Python. However, JavaScript is what MicroStudio is written in and therefore interacts closest after MicroScript. If you're used to C-like syntax, I recommend using it. So, MicroScript is the builtin language with little documentation, Python is the easiest to learn after MicroScript, and JavaScript is what MicroStudio is written in and is much more capable of interfacing with the browser.
That's very helpful thank you! i'll buy a book on javascript for beginners to start my journey!
JavaScript is also the most used programming language in the world, so it's likely to be useful elsewhere.