summaryrefslogtreecommitdiff
path: root/plt/index.md
diff options
context:
space:
mode:
authorJJ2024-05-20 03:04:59 +0000
committerJJ2024-05-20 03:04:59 +0000
commited8c2d6b56655f1a362f7683b9da3ac521920a42 (patch)
tree08d1936993e2a9b9d07433b3ea8a4a05487634d5 /plt/index.md
parent8f7194de7767f8cede241682a368d01bcda66abc (diff)
meow
Diffstat (limited to 'plt/index.md')
-rw-r--r--plt/index.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/plt/index.md b/plt/index.md
index 8cd6a05..2f5da20 100644
--- a/plt/index.md
+++ b/plt/index.md
@@ -3,4 +3,30 @@ layout: plt
title: programming language theory
---
+<br>
+<br>
+<br>
+<br>
+<br>
+
# programming language theory
+
+constructs
+- [types](types)
+- [continuations](continuations)
+- [effects](effects)
+- [modules](modules)
+- monads
+
+formalisms
+- syntax
+- semantics
+- formal verification
+- paradigms
+
+computation
+- propositions as types
+- [the lambda calculus](lambda-calculus)
+- turing machines
+- [interaction nets](interaction-nets)
+- combinators