Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 721 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 721 Bytes

Functional Programming, React, and Compilers with ReasonML

These are the slides I gave for a talk at this ReasonML monthly meetup.

Here is the code for the compiler discussed in the talk.

A recording of the talk can be found here. Please let me know your feedback!


This project was made with MDX Deck and Code Surfer, and the compiler implementation was inspired by Gary Bernhardt's introductory course on compilers (Destroy All Software), which can be found here.