thautwarm / MLStyle.jl

Julia functional programming infrastructures and metaprogramming facilities
https://thautwarm.github.io/MLStyle.jl/latest/
MIT License
404 stars 39 forks source link

supporting macro match #109

Closed thautwarm closed 3 years ago

thautwarm commented 3 years ago

@Roger-luo has just told me a really impressive use case:

@match x begin
   md"a $x" => x
end