A friendly programming language from the future.

  • @[email protected]
    link
    fedilink
    English
    5
    edit-2
    7 months ago

    The distributed computing aspect is very interesting, but the documentation is a mess. I applaud trying to use different and understandable terms than Haskell and other functional languages (monad, monoids, functors, applicative functor, etc.), but the examples are too verbose.

    Concerning distributed computing, writing code that seemingly has no boundaries would be a major step forward for web development. Having to split models between client and server, come up with an API that follows some convention, find a solution for client-library generation, and so much more, is tedious, repetitive, and error-prone. Having most of that handled and having blurred boundaries would make writing web applications pleasurable again.

    At the moment, unison looks like an iteration on the right path, but there is a lot of work to do in making it accessible and understandable.