1
0
Fork
You've already forked procelain
0
serial experiments PL
  • Haskell 100%
Find a file
2021年10月30日 21:58:48 -04:00
Poly.hs unification 2021年10月30日 21:58:48 -04:00
README start Poly.hs 2021年10月30日 20:45:47 -04:00
Simple.hs add eval function 2021年10月18日 16:33:33 -04:00

procelain
=============
"procelain" is a series of prototypes for a language called "porcelain,"
which is an experimental language/project that seeks to explore ideas in
programming language design.
current prototypes:
- Simple.hs: a typechecker and interpreter for a very simple lambda
 calculus and substructural type system.
- Poly.hs: Simple.hs with universal polymorphism added (no interpreter)
planned prototypes:
- PolyL.sh: Poly.hs with lifetimes added
- PolyE.hs: PolyL.hs with existential polymorphism added
- C transpilers for various prototypes