diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-09-01 22:06:59 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-09-01 23:57:10 +0200 |
commit | 6cb36df95d11fa8e888c9e61168714dc3ff71c05 (patch) | |
tree | 47b703a5768f5d8ba422e8d0127f0e5e1780b88d | |
parent | c32ed45d9a12e08723b0553b3f0a81f1ab9f6b66 (diff) |
bibliography: add MIMOSA
-rw-r--r-- | bibliography.bib | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bibliography.bib b/bibliography.bib index 49ead01..f69a1f9 100644 --- a/bibliography.bib +++ b/bibliography.bib @@ -22,6 +22,22 @@ year={1995}, school={Massachusetts Institute of Technology} } +@inproceedings{ MIMOSA:Yvon, + author = {Samuel Yvon and Marc Feeley}, + editor = {Baptiste Saleil and Michael D. Adams}, + title = {Running Scheme On Bare Metal (Experience Report)}, + booktitle = {Proceedings of the 2020 Scheme and Functional Programming Workshop, + Online, Virtual Event, August 20-28, 2020}, + series = {{CSE} Technical Reports}, + volume = {{CSE-TR-001-21}}, + pages = {51--65}, + publisher = {University of Michigan}, + year = {2020}, + timestamp = {Tue, 15 Feb 2022 12:32:42 +0100}, + biburl = {https://dblp.org/rec/conf/icfp/YvonF20.bib}, + bibsource = {dblp computer science bibliography, https://dblp.org} +} + % Oberon @book{ Oberon:Wirth, title={Project Oberon, The Design of an Operating System and Compiler}, |