Viewing profile — zoot64
zoot64
HN member- Joined
- Sun, Feb 02, 2025, 6:40 AM UTC
- HN karma
- 2
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About zoot64
No profile information was provided.
Recent public activity
-
comment
Comment #42906587
Kotlin is compiled in the sense that it compiles down to bytecode read by the JVM. It's not machine code level but it is still compiled to a certain degree. And Kotlin can compile …