You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -152,3 +152,13 @@ said, here are some of the bits of functionality that I am interested in:
152
152
* simdjson
153
153
* sled
154
154
* software transactional memory
155
+
156
+
##### resources I'm studying while experimenting with this
157
+
158
+
* Frank Pfenning's lectures on [Bug Catching (CMU Spring 2021)](http://www.cs.cmu.edu/~15414/schedule.html) and [Linear Logic (CMU Spring 2012)](https://www.cs.cmu.edu/~fp/courses/15816-s12/schedule.html)
159
+
* Robert Harper's Practical Foundations for Programming Languages, 2nd ed
160
+
* Handbook of Model Checking - Edmund M. Clarke et al.
161
+
* Logic for Concurrency and Synchronisation - Ruy J.G.B. de Queiroz
162
+
* Programming Distributed Computing Systems - Carlos Varela
163
+
* Program = Proof - Samuel Mimram
164
+
* The Optimal Implementation of Functional Programming Languages - Andrea Asperti and Stefano Guerrini
0 commit comments