Live data from Hacker News

Unison Cloud

unison.cloud

1–10 of 158 posts

Re: Unison Cloud

#4
Whoa, 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?

Re: Unison Cloud

#5

Whoa, 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-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

#6

Whoa, 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?

Unison is an actual language with many cutting edge features.

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

#8

Whoa, 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-…

Thanks! Yeah, my language is content-addressable too, which is why I'm interested in how it's being used in the wild.

[1] https://scrapscript.org

I'm excited to see how it progresses beyond "first large-scale demo"!

Re: Unison Cloud

#9
I don't "get" Unison the language, could someone explain how it's different than other languages? Is it something like tRPC combined with serverless, but at a language level?

Re: Unison Cloud

#10
Looks really cool. I hope they wrap their language with a variant of python or typecript or something, as I think a lot of the former programmers would embrace this type of deployment model.

I'm just not sure they'd want to learn haskell style syntax.

Post reply on HN