-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Oskar Wickström
committed
Jan 26, 2016
1 parent
4f33008
commit f6c2d9e
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Changelog | ||
|
||
* 0.2.1 | ||
- Type signatures. The type of a value can be specified, and constrained, by | ||
a type signature. Implicit or explicit forall ([Function | ||
documentation](http://oden-lang.org/user-guide/language-reference/forms.html#functions)). | ||
- Syntactic sugar for curried function types. `(a -> (b -> c))` can now be | ||
written `(a -> b -> c)`. | ||
* 0.2.0 | ||
- Compiler rewritten in Haskell. | ||
- Support for importing definitions from Go packages. All kinds not yet | ||
supported (e.g. interfaces, structs). | ||
* 0.1.x - First versions of Oden (first called Kashmir) written in Racket. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters