Hi everyone, I am interested in learning the inner...
# compiler
a
Hi everyone, I am interested in learning the inner workings of the kotlin compiler and since it is quite a big project, I was wondering whether there are resources that I should be aware of. I am mostly looking for technical notes as I have found quite a bit of resources on how it works from a high level overview (talks uploaded in youtube, articles etc) I am aware of: https://github.com/JetBrains/kotlin/tree/master/docs https://github.com/overminder/kitchen-sink/tree/master/writings/kotlin-compiler where the latter relates more closely to what I am looking for.