blog-static/content/series/meaningfully-typechecking-a-language-in-idris/_index.md
Danila Fedorin 78bba7a0e9 Update the blog for series navigation
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
2024-05-20 00:37:16 -07:00

460 B

+++ title = "Meaningfully Typechecking a Language in Idris" summary = """ In this series, I use the dependently-typed programming language Idris to implement relatively simple typechecking of a simple object language. However, I do so with a twist: the typechecker produces expressions that are guaranteed to be safe to evaluate. The interpreter then doesn't have to worry about checking for type errors. """ status = "complete" divider = ", " +++