bbc-basic: Create a suitable Dockerfile and adapt "run" script.
[jackhill/mal.git] / bbc-basic / step4_if_fn_do.bbc
2019-05-18 Ben Harrisbbc-basic: PATRICIA hashmaps now mostly working. Stack...
2019-05-18 Ben Harrisbbc-basic: Rename list-manipulating functions to match...
2019-05-18 Ben Harrisbbc-basic: Extend vector support throughout steps 2...
2019-05-18 Ben Harrisbbc-basic: Make FNgc_save/PROCgc_restore more useful...
2019-05-18 Ben Harrisbbc-basic: In the 'apply' step of FNEVAL, use car%...
2019-05-18 Ben Harrisbbc-basic: Abolish "malio" abstraction.
2019-05-18 Ben Harrisbbc-basic: Substantial redesign of how core functions...
2019-05-18 Ben Harrisbbc-basic: Align the spec of FNlist_nth with 'nth'.
2019-05-18 Ben Harrisbbc-basic: Add the print_readably% parameter to FNpr_st...
2019-05-18 Ben Harrisbbc-basic: Add Emacs local variables lists to stop...
2019-05-18 Ben Harrisbbc-basic: Rough but apparently functional garbage...
2019-05-18 Ben Harrisbbc-basic: Rename parts of a mal function to match...
2019-05-18 Ben Harrisbbc-basic: Correct header comments on steps 3 to 5.
2019-05-18 Ben Harrisbbc-basic: Sort LIBRARY statements into the order they...
2019-05-18 Ben Harrisbbc-basic: Define "not" (deferred step 4 task).
2019-05-18 Ben Harrisbbc-basic: Minimal step 4 completed.
2019-05-18 Ben Harrisbbc-basic: Implement fn*.
2019-05-18 Ben Harrisbbc-basic: Add "do" and "if" special forms (first part...