Updated index
This commit is contained in:
parent
acca8350b1
commit
f3a95cb994
1 changed files with 31 additions and 39 deletions
70
index.md
70
index.md
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title : Table of Contents
|
||||
title : Table of Contents
|
||||
layout : page
|
||||
---
|
||||
|
||||
|
@ -61,44 +61,36 @@ Pull requests are encouraged.
|
|||
|
||||
## Related
|
||||
|
||||
- Mailing lists for PLFA:
|
||||
* [plfa-interest@inf.ed.ac.uk](http://lists.inf.ed.ac.uk/mailman/listinfo/plfa-interest): <br />
|
||||
A mailing list for users of the book. <br />
|
||||
This is the place to ask and answer questions, or comment on the content of the book.
|
||||
* [plfa-dev@inf.ed.ac.uk](http://lists.inf.ed.ac.uk/mailman/listinfo/plfa-dev): <br />
|
||||
A mailing list for contributors. <br />
|
||||
This is the place to discuss changes and new additions to the book in excruciating detail.
|
||||
- Courses taught from the textbook (please tell us of others):
|
||||
* Philip Wadler, University of Edinburgh,
|
||||
[2018]({{ site.baseurl }}/TSPL/2018/),
|
||||
[2019]({{ site.baseurl }}/TSPL/2019/)
|
||||
* David Darais, University of Vermont,
|
||||
[2018][UVM-2018]
|
||||
* John Leo, Google Seattle, 2018--2019
|
||||
* Philip Wadler, Pontifícia Universidade Católica do Rio de Janeiro (PUC-Rio),
|
||||
[2019]({{ site.baseurl }}/PUC/2019/)
|
||||
* Prabhakar Ragde, University of Waterloo,
|
||||
[2019][UW-2019]
|
||||
* Adrian King,
|
||||
San Francisco Types, Theorems, and Programming Languages Meetup
|
||||
[2019--2020][SFPL-Meetup-2020]
|
||||
* Dan Ghica, University of Birmingham
|
||||
[2019][BHAM-2019]
|
||||
* Jeremy Siek, Indiana University,
|
||||
[2020][IU-2020]
|
||||
* William Cook, University of Texas,
|
||||
[2020][UT-2020]
|
||||
- Shortlisted for Outstanding Course by Edinburgh University Student
|
||||
Association (second place) [2020][EUSA-2020]
|
||||
* "Types and Semantics for Programming Languages was the single
|
||||
best course I took throughout my time at the University of
|
||||
Edinburgh. Philip Wadler clearly poured his heart into teaching
|
||||
it, including writing a whole textbook including exercises
|
||||
specifically for the course."
|
||||
* "One of the most inspiring courses. Philip designed a course
|
||||
that is both very theoretical and very practical."
|
||||
- A paper describing the book appeared in [SBMF][SBMF] and [SCP][SCP].
|
||||
- [NextJournal][NextJournal] has built a notebook version of PLFA, which lets you edit and execute the book via a web interface.
|
||||
Mailing lists for PLFA:
|
||||
* [plfa-interest@inf.ed.ac.uk](http://lists.inf.ed.ac.uk/mailman/listinfo/plfa-interest): <br />
|
||||
A mailing list for users of the book. <br />
|
||||
This is the place to ask and answer questions, or comment on the content of the book.
|
||||
* [plfa-dev@inf.ed.ac.uk](http://lists.inf.ed.ac.uk/mailman/listinfo/plfa-dev): <br />
|
||||
A mailing list for contributors. <br />
|
||||
This is the place to discuss changes and new additions to the book in excruciating detail.
|
||||
|
||||
Courses taught from the textbook (please tell us of others):
|
||||
- 2020:
|
||||
* [William Cook, University of Texas][UT-2020]
|
||||
* [Jeremy Siek, Indiana University][IU-2020]
|
||||
- 2019:
|
||||
* [Dan Ghica, University of Birmingham][BHAM-2019]
|
||||
* [Adrian King, San Francisco Types, Theorems, and Programming Languages Meetup][SFPL-Meetup-2020]
|
||||
* [Prabhakar Ragde, University of Waterloo][UW-2019]
|
||||
* [Philip Wadler, University of Edinburgh]({{ site.baseurl }}/TSPL/2019/)
|
||||
* [Philip Wadler, Pontifícia Universidade Católica do Rio de Janeiro]({{ site.baseurl }}/PUC/2019/)
|
||||
- 2018:
|
||||
* [Philip Wadler, University of Edinburgh]({{ site.baseurl }}/TSPL/2018/)
|
||||
* [David Darais, University of Vermont][UVM-2018]
|
||||
* John Leo, Google Seattle
|
||||
|
||||
Shortlisted for Outstanding Course by Edinburgh University Student Association (second place) [2020][EUSA-2020]:
|
||||
* "Types and Semantics for Programming Languages was the single best course I took throughout my time at the University of Edinburgh. Philip Wadler clearly poured his heart into teaching it, including writing a whole textbook including exercises specifically for the course."
|
||||
* "One of the most inspiring courses. Philip designed a course that is both very theoretical and very practical."
|
||||
|
||||
A paper describing the book appeared in [SBMF][SBMF] and [SCP][SCP].
|
||||
|
||||
[NextJournal][NextJournal] has built a notebook version of PLFA, which lets you edit and execute the book via a web interface.
|
||||
|
||||
[GitHub]: https://github.com/plfa/plfa.github.io/
|
||||
[UVM-2018]: https://web.archive.org/web/20190324115921/http://david.darais.com/courses/fa2018-cs295A/
|
||||
|
|
Loading…
Reference in a new issue