bibliography
bibliography copied to clipboard
Bibliography of Scheme research (readscheme.org and beyond)
ORBIT: An Optimizing Compiler For Scheme by David Andrew Kranz https://cpsc.yale.edu/sites/default/files/files/tr632.pdf
I'd like to start by first converting each `foo.md` file currently in the repo to an equivalent LOSE file `foo.scm` listing exactly the same papers. After that, we can think...
First of all, thanks a lot for making this backup, readscheme.org (RIP) was a wonderful resource. I'm thankful that you managed to preserve it. I've been thinking, we could also...
It might be most fruitful to organize the papers into yearly files: * `1989.scm` * `1990.scm` * `1991.scm` * ... Since the set of papers published in a particular year...
Use the following template and create one markdown per document: ``` # [Title](https://link/to/document) By Author1, Author2 and Author3 ## Keywords - abc - def ## Abstract abracadabra... ```
It maybe is a better way to present these documents.
I only checked few but they return 404. This page with Macros. https://github.com/schemedoc/bibliography/blob/master/page3.md
It seems https://github.com/schemedoc/bibliography/blob/master/page9.md is missing. There is a page9.scm with contents but the corresponding markdown file is missing.
The command: `grep -h '^(author ' page*.scm | sort | uniq | sed -e 's/^(author //' -e 's/)$//' -e 's/"//g' | grep -v others` gives all the names we have...
https://www.european-lisp-symposium.org/