The Language of the Language: Comparing compiler construction in Clojure and F# - Ramsey Nasser

Interesting video on youtube

What do you think , lets discuss

4 Likes

Thanks for share. Interesting to see that even the language design for a FP compiler is cleaner than for others flavors.

3 Likes

This was a good talk overall. I think it could have dove into how you actually manipuate the tree structure that you define in F#, since that’s the other half of compiler development. But overall it was a good talk and nice to see Clojure fulfill the same role in a different way.