项目作者: mandober

项目描述 :
aggregate of misc pl notes
高级语言:
项目地址: git://github.com/mandober/debrief.pl.git
创建时间: 2019-01-14T02:35:41Z
项目社区:https://github.com/mandober/debrief.pl

开源协议:The Unlicense

下载


PL Debrief

Notes about concrete programming languages: concrete syntax, grammar, edge cases, etc. A quick reference of common language constructs and idioms. Languages: Rust, JS, bash, Haskell, Scheme, Racket, Python, Ruby, C, C++, C#, Java, PHP, Powershell, VB, Cobol, Sass, Prolog, HOL, LC. Including some meta topics: comparisons, approaches to common PL concepts and constructs (iterators, generators, futures, concurrency, data types, data structures, handling of errors, etc.), classification, paradigms.

Topics

  • Classifications, types, factors, paradigms,
  • Type systems
  • Concepts and constructs
  • Means of abstraction
  • Components
  • Expressiveness (vs Provability)

Pl abstractions:

  • procedure, routine, function
  • macros
  • class
  • module
  • package
  • component
  • microservices

PL concepts:

  • type system
  • generics
  • iterators
  • concurrency
  • async: async/wait, futures, promises, generators
  • error handling: ADT, exceptions, (in-band) signaling, NULL, nullability

PL components (generalizations):

  • control flow
  • code org
  • types
  • data structures