Advertisement

Lambda World 2019 - What FP Can Learn From Static Introspection - Aditya Siram (Deech)

Lambda World 2019 - What FP Can Learn From Static Introspection - Aditya Siram (Deech) Aditya Siram (Deech) discusses what Functional Programming can learn from static introspection. This presentation was delivered at Lambda World in Cádiz, Spain on October 18, 2019.

Presentation Description:

What if compile time and type level programming in functional programming languages were easy, something you reach for without even thinking about it? What if you could debug type errors with a simple compile time print statement? Write highly flexible systems by being able to introspect into types at compile time? Pre-calculate large portions of your programs for great efficiency?

Typed functional programming is a great and fun way to write resilient software, and as type systems have become more and more expressive in recent years, we are able to program sophisticated and useful properties at the type level for even better compile time safety. Just one problem: It is very difficult, requires advanced knowledge of the type system, the syntax is convoluted, the error messages are impenetrable, and it is nearly impossible to debug.

This talk will dive into why we should steal static introspection from languages like Nim, and D, state-of-the-art imperative programming languages which can solve all these issues, make type systems much more approachable without losing any expressive power, and offer new design possibilities for functional programs.

------
Follow:
-
-
-

Visit:
- for more details
-

Aditya Siram,Deech,Lambda World,Functional Programming,FP,static introspection,programming languages,typed functional programming,software development,coding,Nim,imperative programming language,functional programs,

Post a Comment

0 Comments