DEV Community

Cover image for EoPL + Elm
Dwayne Crooks
Dwayne Crooks

Posted on

EoPL + Elm

For the next few months I'd be switching gears and diving into programming language theory.

It's an interest I've wanted to explore for a very long while so I've decided to take the necessary time to dive deep into it.

I'll be reading Dan P. Friedman's and Mitchell Wand's book Essentials of Programming Languages. The book is an analytic study of programming languages. Its goal is to provide a deep, working understanding of the essential concepts of programming languages.

I've read it at least twice before, once all the way through to assimilate the ideas and another time I reached as far as Chapter 4 using Haskell as the implementation language.

This time around I hope to finish the book and complete a majority of the exercises while using Elm as the implementation language.

As I learn I'd share my notes and the interesting ideas I come across.

If this sounds interesting to you then you can follow my progress as I blog about it and/or via my eopl3 repo.

Top comments (1)

Collapse
 
bigardone profile image
Ricardo García Vega

Cool! Looking forward to reading your notes and ideas :)