DEV Community

Discussion on: Applied Meta-Programming In F# With Myriad And Falanx

Collapse
 
serefarikan profile image
serefarikan

Hi Dave, just came across your post after asking the following question: forums.fsharp.org/t/what-are-my-op...

Just wanted to say thanks a lot for writing about your work, will read it with great interest.

Collapse
 
7sharp9 profile image
Dave Thomas

Thanks! I get very little feedback from my work its greatly appreciated!

In a nutshell:

  • Falanx subverts type providers using the Provided types as containers for quotation injections.
  • Myriad acts more like ocaml ppx derived.