Age | Commit message (Expand) | Author |
---|---|---|
2015-02-21 | Separated Turing machine implementation into components | Adrian Kummerlaender |
2015-02-17 | Expressed `Take` and `Drop` in terms of new `Section` operation | Adrian Kummerlaender |
2015-02-16 | Unified `Iota` and `MakeList` using nested structure generator | Adrian Kummerlaender |
2015-02-15 | Moved class-based implementations into `detail` namespace | Adrian Kummerlaender |
2015-02-14 | Introduced `Eval` function evaluation helper | Adrian Kummerlaender |
2015-02-06 | Revamped to use `Cons` as a function and `Pair` as its result | Adrian Kummerlaender |
2015-01-30 | Separated `Map` and `Filter` | Adrian Kummerlaender |
2015-01-24 | Added `MakeList` list generator | Adrian Kummerlaender |
2015-01-23 | Implemented `ListTabulate` in terms of `Iota` and `Map` | Adrian Kummerlaender |