clojure-koans/ideaboard.txt

37 lines
435 B
Plaintext
Raw Normal View History

2010-11-10 01:45:22 +00:00
Concepts / Language Features
=====
Agents
Vars
state identity lifetime
Metadata
2010-01-14 23:21:05 +00:00
Tuples - syntax
Pattern Matching
immutability/side effects
memoization
trampolining
2010-01-14 23:21:05 +00:00
reflection
Java interop
Protocols
Deftypes
DefRecords
Pre and Post conditions of functions
2010-11-10 01:45:22 +00:00
Particular Functions
=====
vector-of
case
flatten
frequencies
group-by
keep
keep-indexed
map-indexed
partition-all
partition-by
rand-nth
reductions
constantly
repeatedly
shuffle