summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-11-10 15:46:20 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-11-10 15:46:20 +0100
commitd1e956c1c3a12b3ca201d434e1d834f5ccf91fb9 (patch)
tree27a8f6e300bbc36ff5eced17ec3e61ae7240d425
parente4c7486740ba741f2eeb82ea9b96f33eee2ad73a (diff)
tell more about prototypes
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aebefa62..a5634da9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -36,7 +36,12 @@
36 - allow newer base, optparse-applicative and QuickCheck libraries 36 - allow newer base, optparse-applicative and QuickCheck libraries
37- other 37- other
38 - move the TODOs to Trello: https://trello.com/b/TcuVPBAR/lambdacube3d 38 - move the TODOs to Trello: https://trello.com/b/TcuVPBAR/lambdacube3d
39 - work on prototypes (reducer, lammachine, inspector) 39 - work on prototypes
40 - Reducer.hs -- experiment with lazy evaluation in the ST monad
41 - ShiftReducer.hs -- experiment with lazy evaluation purely, with incremental GC
42 - LamMachine.hs -- experiment with lazy evaluation purely, with incremental GC (next version)
43 - Inspector.hs -- a tool for inspect the state of LamMachine, intended for debugging/visualizing lazy evaluation
44 - LamMachineV2.hs -- experiment with lazy evaluation in the ST monad, with explicit, generational GC
40 45
41 46
42# v0.5 47# v0.5