papers-we-love_papers-we-love/languages
2020-05-08 12:45:34 -04:00
..
C change source for Ritchie C Language paper (per github/josh-59) 2020-05-08 12:45:34 -04:00
C++ remove pdfs, normalize readme format [fix PR#540] 2020-03-29 15:49:06 -04:00
clojure
domain-specific-languages
erlang
Go remove pdfs, normalize readme format [fix PR#540] 2020-03-29 15:49:06 -04:00
haskell
Java remove pdfs, normalize readme format [fix PR#540] 2020-03-29 15:49:06 -04:00
smalltalk
README.md Rename "paradigm" and "plt" folders for findability (#561) 2019-09-04 06:38:53 -04:00
scp91-felleisen.ps.gz On the Expressive Power of Programming Languages (#553) 2019-07-13 17:20:54 -04:00

Programming Language Theory

Programming language theory (PLT) is a branch of computer science that deals with the design, implementation, analysis, characterization, and classification of programming languages and their individual features.

Included Papers

  • 📜 On the Expressive Power of Programming Languages sciencedirect(Matthias Felleisen): "The literature on programming languages contains an abundance of informal claims on the relative expressive power of programming languages, but there is no framework for formalizing such statements nor for deriving interesting consequences. As a first step in this direction, we develop a formal notion of expressiveness and investigate its properties. To demonstrate the theory's closeness to published intuitions on expressiveness, we analyze the expressive power of several extensions of functional languages. Based on these results, we believe that our system correctly captures many of the informal ideas on expressiveness, and that it constitutes a good basis for further research in this direction. " (abstract)