clojure-koans/ideaboard.txt

31 lines
425 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
2010-01-14 23:21:05 +00:00
Tuples - syntax
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
partition
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