https://kotlinlang.org logo
#arrow-meta
Title
# arrow-meta
q

Quy D X Nguyen

11/29/2019, 5:18 AM
Is arrow meta a tool to transform the Kotlin compiler, or a thing that arrow uses for impossible feats?
i

Imran/Malic

11/29/2019, 10:02 AM
Arrow-meta is a meta-programming library. It can be used for everything in that regard or anyone in the community. We had a lot of use-cases (libraries, techniques, etc. ), where meta-programming made sense.
It also comes with a testing dsl for both the compiler and the editor.
2 Views