Wrote more about rustlang
This commit is contained in:
parent
bd2c70fcfb
commit
557e4c5ea2
7 changed files with 110 additions and 20 deletions
|
@ -1,17 +1,45 @@
|
|||
@article{medium:javascript,
|
||||
title = "The Top 10 Things Wrong with JavaScript",
|
||||
author = "Richard Kenneth Eng",
|
||||
publisher = "Medium",
|
||||
year = "2016",
|
||||
journal = "asd",
|
||||
url = "https://medium.com/javascript-non-grata/the-top-10-things-wrong-with-javascript-58f440d6b3d8",
|
||||
lastchecked = "5. Maaliskuuta, 2020"
|
||||
title = {The Top 10 Things Wrong with JavaScript},
|
||||
journal = {},
|
||||
author = {Richard Kenneth Eng},
|
||||
publisher = {Medium},
|
||||
year = 2016,
|
||||
url = {https://medium.com/javascript-non-grata/the-top-10-things-wrong-with-javascript-58f440d6b3d8},
|
||||
lastchecked = {5. Maaliskuuta, 2020}
|
||||
}
|
||||
|
||||
@misc{wiki:actor,
|
||||
title = "Actor model --- {W}ikipedia{,} The Free Encyclopedia",
|
||||
author = "{Wikipedia contributors}",
|
||||
year = "2020",
|
||||
url = "https://en.wikipedia.org/wiki/Actor_model",
|
||||
lastchecked = "16. Huhtikuuta, 2020"
|
||||
@article{wiki:actor,
|
||||
title = {Actor model},
|
||||
journal = {},
|
||||
author = {Wikipedia contributors},
|
||||
year = 2020,
|
||||
url = {https://en.wikipedia.org/wiki/Actor_model},
|
||||
lastchecked = {16. Huhtikuuta, 2020}
|
||||
}
|
||||
|
||||
@article{rust:lang,
|
||||
title = {Rust-ohjelmointikielen kotisivu},
|
||||
journal = {},
|
||||
author = {Rust Team},
|
||||
year = 2020,
|
||||
url = {https://www.rust-lang.org},
|
||||
lastchecked = {24. Huhtikuuta, 2020}
|
||||
}
|
||||
|
||||
@article{rust:ownership,
|
||||
title = {What is Ownership - Rust book},
|
||||
journal = {},
|
||||
author = {Rust Team},
|
||||
year = 2020,
|
||||
url = {https://doc.rust-lang.org/stable/book/ch04-01-what-is-ownership.html},
|
||||
lastchecked = {24. Huhtikuuta, 2020}
|
||||
}
|
||||
|
||||
@article{wiki:garbagecollection,
|
||||
title = {Automaattinen roskienkeräys},
|
||||
journal = {},
|
||||
author = {Wikipedia contributors},
|
||||
year = 2020,
|
||||
url = {https://fi.wikipedia.org/wiki/Automaattinen_roskienker%C3%A4ys},
|
||||
lastchecked = {24. Huhtikuuta, 2020}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue