clojure-koans/ideaboard.txt

29 lines
399 B
Plaintext
Raw Normal View History

2010-11-10 01:45:22 +00:00
Concepts / Language Features
=====
2012-03-02 15:15:49 +00:00
new record syntax
2010-11-10 01:45:22 +00:00
Agents
Vars
state identity lifetime
Metadata
2012-03-02 15:15:49 +00:00
immutability / side effects
type hints
Pre and Post conditions of functions
2010-11-10 01:45:22 +00:00
Particular Functions
=====
2012-03-02 15:15:49 +00:00
fnil - creating_a_function
juxt - creating_a_function
constantly - creating_a_function
flatten
2012-03-02 15:15:49 +00:00
frequencies
2012-03-02 15:15:49 +00:00
reductions
group-by
keep
keep-indexed
map-indexed
partition-all
partition-by
repeatedly