Learning to program in Folk is nice and can be made even more fun when you combine paper craft with your programming. This page describes an exercise that Omar and Andrés have used in workshops to teach people how to get started programming in Folk.
n
, n
= # of participants)n
)n
)bear
, boat
, apple
, pie
, and castle
.bear-castle
or boat-pie
OR castle-bear
or pie-boat
). Drawing takes some time, give participants 5 - 10 minutes for this step.# e.g. slip 1 = "bear" # e.g. slip 2 = "castle" # Add a title for each slip you got that represents either a sound that noun makes # or a thing you imagine that noun would say Wish $this is titled "roarrrrr" ;# bear sound Wish $this is titled ".... uhhhh ... I'm a castle!" ;# something a castle would say, lol
Ctrl + S
on their editors to see their code take effect.