| summaryrefslogtreecommitdiff |
| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-22 | `add_element` can now take multiple elements.extra_functional | Nathanael Sensfelder | |
| 2020-11-02 | Adds sort & sublist computation/instruction. | Nathanael Sensfelder | |
| 2020-09-15 | Need to think on instruction ref vs comp vs ptr. | Nathanael Sensfelder | |
| 2020-09-15 | Completes the reference -> computation for computations. | Nathanael Sensfelder | |
| I made that without much testing, so I suspect issues will show up. | |||
| 2020-09-15 | Starting 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-15 | Range, and some others... | nsensfel | |
| 2020-09-15 | Fully implements remove_{one,all,at}. | nsensfel | |
| 2020-09-15 | Fully implements shuffle. | nsensfel | |
| 2020-09-14 | Fully implements cons, car, and cdr. | Nathanael Sensfelder | |
| 2020-09-14 | Fully implements SetFields{,Computation}. | Nathanael Sensfelder | |
| 2020-09-07 | ... | nsensfel | |
| 2020-08-31 | Adds more list instr, Blackjack example. | Nathanael Sensfelder | |
| 2020-08-30 | Fixes random number in choice generation. | Nathanael Sensfelder | |
| 2020-08-30 | Adds a possible solution to loops in player choices. | Nathanael Sensfelder | |
| 2020-08-29 | Adds testing file for local variables. | Nathanael Sensfelder | |
| 2020-08-25 | Woops, forgot to change some booleans. | Nathanael Sensfelder | |
| 2020-08-15 | Fixes issue with computational switch. | Nathanael Sensfelder | |
| 2020-08-15 | Looks like it works. Damn fun to use, too.functions | Nathanael Sensfelder | |
| 2020-08-15 | Sequences seem to work, but jump doesn't clean. | Nathanael Sensfelder | |
| 2020-08-15 | Finding some issues, as expected. | Nathanael Sensfelder | |
| 2020-08-09 | Fixes aforementioned index_of issue. | Nathanael Sensfelder | |
| 2020-08-09 | Found some worrisome issue there. | Nathanael Sensfelder | |
| The (index_of ...) in collections.fate yield changing values. | |||
| 2020-08-08 | More tests and fixes; anon ref/set/list. | Nathanael Sensfelder | |
| 2020-08-07 | ... | Nathanael Sensfelder | |


