Join Slack
Powered by
If I want to try adding a new language backend to ...
# compiler
m
martmists
05/30/2025, 7:12 PM
If I want to try adding a new language backend to kotlin, which classes should I look at to get started?
🙈 1
e
ephemient
05/30/2025, 7:15 PM
as in, something similar to
https://github.com/krzema12/kotlin-python
? (
#C01EY9ZF9B5
)
m
martmists
05/30/2025, 7:22 PM
Yeah, something like that. I'm aware of that repo, but not sure if it's still a good reference with the release of K2.
e
ephemient
05/30/2025, 7:23 PM
probably not :-/ I'm not aware of anything newer either
m
martmists
05/30/2025, 7:25 PM
It's also not like the kotlin repo is structured in a way that's easy to navigate; I can't simply copy the
js
folder and rewrite the parser/codegen to match a different language.
4
Views
Open in Slack
Previous
Next