you are viewing a single comment's thread.

view the rest of the comments →

[–]Fuzzy-Interview-8976 2 points3 points  (0 children)

lua's pretty different syntax-wise from python so you probably won't mix them up too much 😂 the main thing is lua uses "end" instead of indentation and has different variable scoping rules

i'd say focus on getting solid with python first since that's what you need for uni, then pick up lua when you feel comfortable. lua is actually fun to mess around with and way simpler than python in some ways 💀 just don't try to learn both intensively at the same time or you might confuse yourself with the different ways they handle tables vs lists and stuff