Open vilmibm opened 9 years ago
Thanks for filing this!
For record, https://github.com/ClojureBridge/curriculum/issues/115 , is a related issue. But, this issue makes clear how we should incorporate quil into curriculum.
Hi @nathanielksmith , I finally updated main curriculum and snowflakes app.
ref
, for
, dosync
, derefdoseq
, dotimes
q/smooth
, q/frame-rate
The explanation about q/smooth was added in step 2-2
all q/frame-rate
s were deleted from snowflakes app. I changed the last swing part and now all examples work fine with the default frame-rate valueGiven that, remaining topics are namespace and concept of refactoring. I'll think about how to do these.
Anyway, take a look. I appreciate your feedback.
The capstone lab currently introduce a lot of useful concepts and is mostly well organized but unfortunately many of these concepts are not introduced by the ClojureBridge curriculum. My students were caught off guard by:
ref
for
doseq
dotimes
dosync
@
)