Unison Cloud
unison.cloud
Unison Cloud
1–10 of 158 posts
Re: Unison Cloud
#2Re: Unison Cloud
#3I haven't tried unison, but it sounded like magic when I first heard about it here: https://www.youtube.com/watch?v=Adu75GJ0w1o (Worth a watch - Rúnar is awesome)
Re: Unison Cloud
#4Curious: Who is the target demographic for this service? Hobbyists?
I'm also interested in what benefits unison touts specifically. Is the only reason to choose unison over Cloudflare's workers the conveniences of functional typing and other ergonomics?
Re: Unison Cloud
#5Whoa, I just started building something similar for scrapscript! Curious: Who is the target demographic for this service? Hobbyists? I'm also interested in what benefits unison touts specifically. Is the only reason to choose unison over Cloudflare's workers the conveniences of functional typing and other ergonomics?
I see the unison.cloud service itself as more of a first large-scale demo of what you can build on that idea (which will hopefully also fund it). But the underlying language is open source and I think could have legs in a bunch of possible applications.
Re: Unison Cloud
#6Whoa, I just started building something similar for scrapscript! Curious: Who is the target demographic for this service? Hobbyists? I'm also interested in what benefits unison touts specifically. Is the only reason to choose unison over Cloudflare's workers the conveniences of functional typing and other ergonomics?
Im fairly sure Unison was created for a mix of practical and theoretical concerns, especially the intersection thereof.
My gut tells me Cloudflare workers are some type of low-code solution.
Re: Unison Cloud
#7Re: Unison Cloud
#8Whoa, I just started building something similar for scrapscript! Curious: Who is the target demographic for this service? Hobbyists? I'm also interested in what benefits unison touts specifically. Is the only reason to choose unison over Cloudflare's workers the conveniences of functional typing and other ergonomics?
This may be more of a comp. sci. answer than you're looking for, but the thing I find most unique is the content-addressed functional language underlying it. Content-addressed meaning that definitions can be identified with "a hash of the AST", which is used as the building block for distributed programming: https://www.unison-lang.org/docs/the-big-idea/ I see the unison.cloud service itself as more of a first large-…
I'm excited to see how it progresses beyond "first large-scale demo"!
Re: Unison Cloud
#9Re: Unison Cloud
#10I'm just not sure they'd want to learn haskell style syntax.