|
|
|
|
|
by bheadmaster
1121 days ago
|
|
Always love to see people tinkering with their own languages. Everyone should write a language, at least once in their life :) Skimmed through the docs. On the first look, the syntax seems to be a blend of Go and Rust. Was confused by this sentence [0], perhaps some additional explanation/code example could help: When a value has ownership, it can be stored and used anywhere. But you can only store it in one place.
Aside from that, I'd really like to know about1) concurrency support 2) memory management techniques As those are the most interesting aspects of any C-like language to me. Good luck! [0] https://ki-lang.dev/docs/dev/borrow-ref |
|