31 lines
425 B
Plaintext
31 lines
425 B
Plaintext
Concepts / Language Features
|
|
=====
|
|
new record syntax
|
|
Agents
|
|
Vars
|
|
state identity lifetime
|
|
Metadata
|
|
Tuples - syntax
|
|
immutability / side effects
|
|
type hints
|
|
Pre and Post conditions of functions
|
|
|
|
Particular Functions
|
|
=====
|
|
fnil - creating_a_function
|
|
juxt - creating_a_function
|
|
constantly - creating_a_function
|
|
partition
|
|
flatten
|
|
|
|
frequencies
|
|
reductions
|
|
group-by
|
|
keep
|
|
keep-indexed
|
|
map-indexed
|
|
partition-all
|
|
partition-by
|
|
repeatedly
|
|
|