Why Effect is more important than ZIO by John A. De Goes (Effect Days 2024)

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 35

  • @calvinfernandes1054
    @calvinfernandes1054 7 місяців тому +10

    John is an absolute beast, very thankful for him

  • @devagr
    @devagr 7 місяців тому +12

    Can't wait for Michael's closing keynote to drop

  • @asclepeos
    @asclepeos 4 місяці тому +5

    It takes a lot to do a whole presentation with a bold title claiming that "friend's work is more important than my work"

    • @MVPhurricane
      @MVPhurricane 3 місяці тому

      sure does. quite the magnaminity.

  • @brian-jv1nw
    @brian-jv1nw 7 місяців тому +5

    I always thought FP needed better PR

  • @carloslfu
    @carloslfu 6 місяців тому +1

    This guy is the king of dev marketing!

    • @carloslfu
      @carloslfu 6 місяців тому +1

      I mean, being able to maket FP ... jk 😁👀

  • @coder_one
    @coder_one 7 місяців тому +3

    27:44 - The stagnation, or rather stability, of the JS ecosystem is the biggest bane of JS. The JS ecosystem is a world where the slightest update to package.json dependencies can bring down an entire application. Frozen API is a concept unfortunately unknown in the JS world.

    • @Rodolfodpk
      @Rodolfodpk 7 місяців тому

      That's one of best Java cornerstones

    • @jrdn5206
      @jrdn5206 7 місяців тому

      Wouldn’t it be lovely if node core (or Bun if they truly want to take over) take into account community suggestions as well as most top most popular libraries and bake them into core to give a more stable feeling.
      Most of my personal OSS projects solve a specific task in something running in production so most of them haven’t seen updates in ages, though most now can’t run on newest versions of the frameworks I wrote them for. The need for a standard http library, orm, validation library, etc would be huge.

  • @web_dev_cz
    @web_dev_cz 7 місяців тому +1

    Beautiful. Very informative and educative, thank you very much!

  • @basix250
    @basix250 7 місяців тому +1

    Really enjoyed the talk!

  • @MrDejvidkit
    @MrDejvidkit 7 місяців тому +3

    By the way, you can compile ZIO to JS with scala-js. I am interested how typescript effect is different from this.

    • @michaelarnaldi6680
      @michaelarnaldi6680 7 місяців тому +3

      You're really looking for the differences between scala-js which is a compile-to-js language and typescript that is just js with types. The design of ZIO is optimized for the JVM, using it in JS will be inefficient in terms of tree shaking and generally developer experience in using anything that comes from npm. That said if a team uses Scala and only knows Scala, it is a valid alternative

    • @jonathanwinandy
      @jonathanwinandy 7 місяців тому

      Scala.Js may have a better design that typescript (to be precisely evaluated), and is optimized for JS ...
      But it's definitely not correctly advertised as such. The reach argument is a compelling one, for sure.

    • @michaelarnaldi6680
      @michaelarnaldi6680 7 місяців тому +2

      a small test can easily show you that a minimum bundle of an app with zio in scala.js is 10x (if not more) the size of an effect one, and the zio-scheduler can end up blocking timers too.

  • @GallowsofGhent
    @GallowsofGhent 7 місяців тому +5

    Really cool that Johnny Sins agreed to do this talk.

  • @seannewell397
    @seannewell397 7 місяців тому +2

    WOAH. Dang what a title

  • @joebowbeer
    @joebowbeer 2 місяці тому

    26:19 re. innovation, I see this as more of an obligation than a strategy to win. If you build on the work of predecessors, then you can "repay" this debt to prior innovation by asking new questions and making new mistakes so others can build on your work.

  • @anarchymatt
    @anarchymatt 7 місяців тому +1

    Excited for the success of the Effect crowd
    Sad that JS continues to grow

    • @coder_one
      @coder_one 7 місяців тому +1

      Too bad your comment lacks a logical cause and effect sequence

  • @texoport
    @texoport 7 місяців тому +1

    such a fucking great talk

  • @clementdato6328
    @clementdato6328 7 місяців тому +6

    After watching this, i gain zero knowledge of what effect actually is and has to actually click into a link from a comment to look at it. 😅

    • @michaelarnaldi6680
      @michaelarnaldi6680 7 місяців тому +6

      The objective of this talk is not to introduce effect, keep in mind it was given to the audience of an effect-specific conference

  • @moneyfr
    @moneyfr 7 місяців тому

    Is there free tutorials?

  • @calvinfernandes1054
    @calvinfernandes1054 7 місяців тому +2

    Push the frontiers of what’s possible.
    “Why” LMFAO

  • @MrGarkin
    @MrGarkin 5 місяців тому

    there is something uncanny about technological evangelism, greg young vibes

  • @Choovague
    @Choovague 6 місяців тому

    ok when bash?

  • @fb-gu2er
    @fb-gu2er 7 місяців тому +1

    You won’t get wider adoption of ZIO by promoting TS 😂

    • @michaelarnaldi6680
      @michaelarnaldi6680 7 місяців тому +6

      That's Ok, not everything has to be promotion. I am grateful to John for having expressed so well something that has always been on my mind, making Effect in TS was a bet, even I thought for long that it couldn't work but I knew if it did then we had the chance of bringing FP to a mainstream language

    • @calvinfernandes1054
      @calvinfernandes1054 7 місяців тому +7

      If there is more use of commercial FP, that is a win for all of the functional programming communities - be it TypeScript, Scala or Haskell 😊

    • @kirk7880
      @kirk7880 4 місяці тому

      You missed the part where he showed data that Typescript is a very popular language 😂

  • @ianliu88
    @ianliu88 7 місяців тому

    Agree with everything but his views on politics. You simply cannot escape politics, and some decisions aren't technical, or doesn't have a clear metric to be optimized for.