plank
plank copied to clipboard
📜 | Functional programming language written in kotlin.
The java target for ANTLR is officially supported and more mature than Kotlin's one. This implies deleting the multiplatform support.
- [x] #35 - [x] #39 - [x] #37 - [x] #20 - [x] #44 - [ ] #36 - [ ] #53 - [ ] #34 - [ ]...
Split compiler frontend from backend. Making both in the same project can make the project not customizable and more challenging to create new targets. Splitting the project can make the...
Implement type classes like Swift's `protocols`, Haskell's `classes`, or Rust's `traits`