diff options
author | JJ | 2024-05-20 03:04:59 +0000 |
---|---|---|
committer | JJ | 2024-05-20 03:04:59 +0000 |
commit | ed8c2d6b56655f1a362f7683b9da3ac521920a42 (patch) | |
tree | 08d1936993e2a9b9d07433b3ea8a4a05487634d5 /plt/index.md | |
parent | 8f7194de7767f8cede241682a368d01bcda66abc (diff) |
meow
Diffstat (limited to 'plt/index.md')
-rw-r--r-- | plt/index.md | 26 |
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 |