clojure-koans/ideaboard.txt
2011-03-31 07:44:54 -05:00

39 lines
476 B
Plaintext

Concepts / Language Features
=====
Agents
Vars
state identity lifetime
lazy sequences
Metadata
Tuples - syntax
Pattern Matching
immutability/side effects
memoization
recursive list processing
trampolining
reflection
Java interop
Protocols
Deftypes
DefRecords
Pre and Post conditions of functions
Particular Functions
=====
vector-of
case
flatten
frequencies
group-by
keep
keep-indexed
map-indexed
partition-all
partition-by
rand-nth
reductions
constantly
repeatedly
shuffle