SFPC Bootcamp
April-May 2020
Goals
Understand the limitations of the screen
void setup() {� Serial.begin(9600);� Serial.println("Hello, world!");�}
ldy #0�beq in�loop:�jsr $ffd2�iny�in:�lda hello,y�bne loop�rts�hello: .tx "Hello World!"� .by 13,10,0
++++++++++[>+++++++>++++++++++>+++<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.
#include <iostream.h>��main() {� cout << "Hello World!" << endl;� return 0;�}
(defn hello []
(println "Hello world!"))
(hello)
say "Hello, world!"
openFrameworks
variables
common variable types
life cycle of a variable