Skip to content

Commit

Permalink
Add link to lambda calculus typer repository
Browse files Browse the repository at this point in the history
  • Loading branch information
epatrizio committed Oct 8, 2022
1 parent 1944214 commit c3c4c7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ See more details with [Hindley–Milner type system](https://en.wikipedia.org/wi
In conclusion, typing is a complex dimension of programming languages, very powerful.
Fun fact, in functional programming, there is an expression that says, "type-directed programming"!

Good news, to go further, here is a [Lambda calculus typer](https://github.com/epatrizio/lcalculustyp)
from the "Typing and Static Analysis" course of my professional training at Sorbonne University (2022).\
The implementation is more advanced, therefore allows to continue in the core concepts understanding.

## Compilation and execution

To compile the project source code, run the default Makefile command
Expand Down

0 comments on commit c3c4c7b

Please sign in to comment.