Skip to content

Programming basics

Kiryha edited this page Feb 20, 2018 · 136 revisions

Programming Basics introduction

The goal of this section is to give artist fast understanding of core programming concepts to be able to follow VEX tutorials if the programming is Terra Incognita for him (or her). To explain complex things (and programming could be sophisticated for those who never have a deal with it or who consider himself an artist but not technician) we will use simplification and analogies.

Simplification is a focus on the main topic ignoring all surrounding exceptions and details. It yields to a faster understanding but less precision. Analogies — explaining unknown with the notions which are intuitive without any extra knowledge for a majority of humans in the world.

so be aware that these concepts are far from accurate definitions. This is not even a first steps, we learn to crawl here. A good method to understand completely new stuff is the analogy.

Syntax, data types, variables, commands, functions, loops.

Programming theory

Programming - speaking with PC. Instructions.

Clone this wiki locally