Update ideaboard

This commit is contained in:
Colin Jones 2012-03-02 09:15:49 -06:00
parent 01751458cf
commit c86a7643ec

View File

@ -1,35 +1,30 @@
Concepts / Language Features Concepts / Language Features
===== =====
new record syntax
Agents Agents
Vars Vars
state identity lifetime state identity lifetime
Metadata Metadata
Tuples - syntax Tuples - syntax
Pattern Matching immutability / side effects
immutability/side effects type hints
memoization
trampolining
reflection
Java interop
Protocols
Deftypes
DefRecords
Pre and Post conditions of functions Pre and Post conditions of functions
Particular Functions Particular Functions
===== =====
vector-of fnil - creating_a_function
juxt - creating_a_function
constantly - creating_a_function
partition
flatten flatten
frequencies frequencies
reductions
group-by group-by
keep keep
keep-indexed keep-indexed
map-indexed map-indexed
partition-all partition-all
partition-by partition-by
rand-nth
reductions
constantly
repeatedly repeatedly
shuffle