summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-15Need to think on instruction ref vs comp vs ptr.Nathanael Sensfelder
2020-09-15Completes the reference -> computation for computations.Nathanael Sensfelder
I made that without much testing, so I suspect issues will show up.
2020-09-15Starting to fix Reference -> Computation on computations.nsensfel
I want to be able to write `(reverse (range 0 50 5))`, but `reverse` and the others all take references as input.
2020-09-15Range, and some others...nsensfel
2020-09-15Fully implements remove_{one,all,at}.nsensfel
2020-09-15Fully implements shuffle.nsensfel
2020-09-14Fully implements cons, car, and cdr.Nathanael Sensfelder
2020-09-14Fully implements SetFields{,Computation}.Nathanael Sensfelder