Unison 1.0
unison-lang.org
Unison 1.0
1–10 of 98 posts
Re: Unison 1.0
#2Re: Unison 1.0
#3Re: Unison 1.0
#4Re: Unison 1.0
#5Re: Unison 1.0
#6Also, hi, I'm one of the language creators, feel free to ask any questions here!
Unison has many intriguing features, the foremost being hashed definitions. It's an incredible paradigm shift.
It does seem like a solution searching for a problem right now though.
Who is this language targeted at and who is using it in production besides Unison Cloud?
Re: Unison 1.0
#7Has anyone used this, any cool ideas?
For interesting usage - we built Unison Cloud (a distributed computing platform) with the Unison language and also more recently an "AWS Kinesis over object storage" product. It's nice for distributed systems, though you can also use it like any other general-purpose language, of course.
In terms of core language features, the effect system / algebraic effects implementation is something you may not have seen before. A lot of languages have special cases of this (like for async I/O, say, or generators), but algebraic effects are the uber-feature that can express all of these and more.
Re: Unison 1.0
#8But I don't see any references to it anymore.
Re: Unison 1.0
#9Re: Unison 1.0
#10I remember using unison few years ago and it had that cool idea that your codebase was saved as symbols on a database. But I don't see any references to it anymore.