Unison: A Friendly Programming Language from the Future Part 2 • Runar Bjarnason • YOW! 2021

Поділитися
Вставка
  • Опубліковано 13 вер 2024
  • This presentation was recorded at YOW! 2021. #GOTOcon #YOW
    yowcon.com
    Runar Bjarnason - Co-Founder at Unison Computing
    Part 1 is available here: • Unison: A Friendly Pro...
    RESOURCES
    www.unison-lan...
    ABSTRACT
    Unison is a new open source functional programming language based on a simple idea with big implications: every type and definition in the language has a unique cryptographic signature, determined by its content. Instead of a bag of mutable text files, the Unison codebase is a distributed immutable data structure and the signature serves as a global address into this structure.
    This is the basis for some serious improvements to the developer experience. Unison has no builds, no dependency conflicts in the traditional sense, and it allows for easy dynamic deployment of code in a distributed setting. [...]
    RECOMMENDED BOOKS
    Richard Feldman • Elm in Action • amzn.to/387kujI
    Jeremy Fairbank • Programming Elm • amzn.to/2WhZCE8
    Wolfgang Loder • Web Applications with Elm • amzn.to/3jblQ3q
    Cristian Salcescu • Functional Programming in JavaScript • amzn.to/3y75jBS
    / gotocon
    / goto-
    / gotoconferences
    #Unison #UnisonLang #FunctionalProgramming #ProgrammingLanguage #FP #OpenSource #Immutable #DistributedData #DynamicDeployment #RunarBjarnason #YOWcon
    Looking for a unique learning experience?
    Attend the next GOTO conference near you! Get your ticket at gotopia.tech
    Sign up for updates and specials at gotopia.tech/n...
    SUBSCRIBE TO OUR CHANNEL - new videos posted almost daily.
    www.youtube.co...

КОМЕНТАРІ • 9

  • @GOTO-
    @GOTO-  2 місяці тому

    We are currently releasing older YOW! videos to serve as a valuable archive, preserving historical content. It is possible that a video is perceived as outdated. We believe it offers insightful glimpses into the past, enriching our understanding of history and development.

  • @NonLogicalDev
    @NonLogicalDev Місяць тому +1

    This gives me Smalltalk and Erlang vibes with functional twist

  • @alurma
    @alurma Рік тому +4

    This is genius. Great work

  • @andrimaulana2384
    @andrimaulana2384 Рік тому +1

    Great work!! Love it

  • @mkrichey1
    @mkrichey1 Рік тому +1

    This is an interesting idea and I will look out for more news on it, I have doubts, not sure what this gives me over existing solutions. Its draw is distributed compute but, as a regular spark user, I can't quite see its value yet. I also worry about, in its quest to be a total one stop for developers, it will remain isolated and as a result niche. Hope to be wrong!

  •  Рік тому +2

    Mind blown

  • @HyperFocusMarshmallow
    @HyperFocusMarshmallow Рік тому +1

    Looks promising.

  • @padam2072
    @padam2072 Рік тому +1

    Very promising

  • @TrippSaaS
    @TrippSaaS Рік тому +1

    Wow