|
|
|
|
|
by cjh_
4581 days ago
|
|
I have been working on a small r7rs scheme interperter [1] and it has been extremely educational. I had never used scheme previously but learning it from sicp [2] has been rather enlightening, it surprisingly lived up to expectations. I haven't considered if I will go down the compiler route, but either way that resource looks very interesting; especially the coverage on tail call optimisation at the assembly level. Does anyone have any further resources discussing tail call optimisation? I would like something a bit more in depth. The other topic I would like to read more on is continuations, as a still newbie-schemer I find the idea of implementing them to be quite daunting. [1] https://github.com/mkfifo/plot
[2] https://mitpress.mit.edu/sicp/ |
|