Skip to content

Instantly share code, notes, and snippets.

View crimeraaa's full-sized avatar

crimeraaa crimeraaa

  • 14:00 (UTC +08:00)
View GitHub Profile
@crimeraaa
crimeraaa / primer.md
Last active January 3, 2024 14:33
Lua + Programming Primer

1—Introduction

Hey there! What you're reading here is intended to be a "programming primer", that is it's meant to get you up to speed on basic concepts related to programming/coding/software development/whatever the hell you wanna call it.

1.1—Target Audience

This is aimed at absolute beginners who have had no prior programming experience. If you do have prior experience then great! This can be a refresher for you. For those more experienced/much smarter than I am, feel free to yell at me because I genuinely want this to be informative.

I've created this in the context of wanting to learn how to create mods for the game Don't Starve Together by Klei Entertainment. So I'll be mainly using the Lua programming language to explain stuff. I do quite like Lua since it's a rather simple but powerful language!