cloe
cloe copied to clipboard
Cloe programming language
Although, currently, unmatch handling in match expressions is implemented by exceptions, this causes bugs in which unmatch errors which happen in inner match expressions are catched by outer ones and...
Retro compatibility with native Golang packages ``` (goimport "fmt") (fmt.Println "Hello, world!") ``` We can create a keyword for this import, example `goimport` We were able to use all Golang's...
- Distinguish `assign` and `insert`. The latter is only for `list` and `string` - `transduce`
- Rename `error` option to `raiseError` - Let `contentType` be `nil` by default and set them later properly depending on arguments.