clojure-koans/ideaboard.txt
2016-05-12 10:41:09 -05:00

30 lines
474 B
Plaintext

Concepts / Language Features
=====
new record syntax
Agents
Vars
state identity lifetime
immutability / side effects
type hints
Pre and Post conditions of functions
ex-info/ex-data
reducers (?)
transducers (?) - maybe just some basic ones, nothing too crazy
Particular Functions
=====
fnil - creating_a_function
juxt - creating_a_function
constantly - creating_a_function
flatten
frequencies
reductions
keep
keep-indexed
map-indexed
partition-all
partition-by
repeatedly