Are there any good resources on setting up for wor...
# kontributors
j
Are there any good resources on setting up for working on the Kotlin Compiler?
Also cc @tomasruizlopez @Jorge Castillo because I saw you've been working on KEEP87 👀
t
A lot of patience, as there are no docs
Try finding other PRs that touch similar parts of the compiler and get to know the files/packages that contain what you need to modify
j
I figured, I've been looking at the prototype PR for some inspiration. Any tips on debugging the compiler backend?
And on improving build times!
r
#arrow-meta #compiler
We answer questions about the compiler there
Show a small use case of what you are trying to accomplish and we can probably help
Some of us have been studying the internals of the compiler for the last few months
To create Arrow Meta
j
Awesome, thanks a lot! 🙂