32 lines
483 B
Plaintext
32 lines
483 B
Plaintext
Concepts / Language Features
|
|
=====
|
|
|
|
Quoting
|
|
|
|
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
|