2013/10/6 bernardH <un.compte.pour.tes...@gmail.com>

> Hi all,
>
> I intend to (ab)use my authority as a teacher to enlighten unsuspecting
> students
> about Clojure.
>

I've been teaching Clojure for 3 years now in a university course focused
on concurrent and parallel programming <
http://soft.vub.ac.be/~tvcutsem/multicore/>. While I give a basic intro to
Clojure, I mostly stick to just functions + basic collections + the seq
API, and of course atoms/refs/agents.

As part of that course, I developed a meta-circular implementation of
Clojure's STM <https://github.com/tvcutsem/stm-in-clojure>.

STM is a pretty complex language feature. I found showing students an
implementation of STM in Clojure itself helps them to better understand
it. Of course, this is beyond an introductory programming course, so YMMV.

Regards,
Tom

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to