1
0
mirror of https://github.com/dhil/phd-dissertation synced 2026-03-13 02:58:26 +00:00

Update state of effectful programming

This commit is contained in:
2021-05-23 22:42:28 +01:00
parent 67a48945e9
commit 13d76a146b
2 changed files with 114 additions and 63 deletions

View File

@@ -835,6 +835,16 @@
year = {1995}
}
@article{Sabry98,
author = {Amr Sabry},
title = {What is a Purely Functional Language?},
journal = {J. Funct. Program.},
volume = {8},
number = {1},
pages = {1--22},
year = {1998}
}
@article{Swierstra08,
author = {Wouter Swierstra},
title = {Data types {\`{a}} la carte},
@@ -3510,4 +3520,15 @@
title = {Abstraction for web programming},
school = {The University of Edinburgh, {UK}},
year = {2010}
}
# Functional programming
@article{Hughes89,
author = {John Hughes},
title = {Why Functional Programming Matters},
journal = {Comput. J.},
volume = {32},
number = {2},
pages = {98--107},
year = {1989}
}