|
|
|
|
|
by jfecher
1464 days ago
|
|
Author here, thank you for your interest! There are definitely a lot of small design decisions that add up in language design, from using `|` for match cases to avoid double-indentation, to the use of pairs over tuples, to how methods are resolved and chained, it is nice to have others appreciate the small things sometimes :). I'll avoid posting it here but if you do want to follow ante's development the best place is on its discord which is linked on the github page. |
|