diff options
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 |