Banking on Clojure by James Trunk

Поділитися
Вставка
  • Опубліковано 13 січ 2025

КОМЕНТАРІ • 13

  • @Frodohack
    @Frodohack 3 роки тому +16

    James Trunk presentations are always interesting and well structured!

  • @CalvaTV
    @CalvaTV 3 роки тому +11

    Loving that manifesto!

  • @johanohlin9945
    @johanohlin9945 2 роки тому +1

    ‘AWS for banking’ - wish the best of success, sounds really cool! :)

  • @robertherrmann9460
    @robertherrmann9460 3 роки тому +4

    The opposite of getting the "clay" like feedback is putting all the punch cards in the hopper and waiting many minutes to find out if the computer liked the stack or ejected a card. The computer should be more like a bicycle for the mind, and less like something that gets back to you when it is good and ready.

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

    you don't have mutable data, data is always immutable, what is mutable is the memory, the storage where we put that data in. Variables & pointers are an abstraction on memory, for direct & indirect access respectively, and what functional programming is about is to make our code dependent on values and not on memory locations, traditionally the FP community call this, referential transparency, but the clever guys for the imperative world have given it a better name, value semantics.

  • @VolodymyrKozieiev
    @VolodymyrKozieiev 2 роки тому +1

    Thanks, great talk!

  • @Ashe94
    @Ashe94 2 роки тому

    off topic, but does anyone know what the widget is/does that says "in x hours/minutes"?

  • @OdunAdeboye-z4y
    @OdunAdeboye-z4y Рік тому +1

    nice!

  • @musicalintuition
    @musicalintuition 2 роки тому

    Awesome

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

    ok, tell me you don't understand types without telling me you don't understand types.
    *types don't fix the understanding of anything.*
    *types are markets, tags that track code where certain assumptions about the code where made* so when you need to make changes you can follow the types and change all the places where you have changed your assumptions and understanding.

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

      check out the “spec-ulation” and “maybe not” talks by rich hickey.