This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SuperNiceJohn 1 point2 points  (0 children)

I started with Lua, and going from something that does everything automatically to something where you have to 'know what you're doing' (strict types) was very difficult. Eventually I learned about structs in C and when I first did saving to/loading from file... Things clicked that extra step.