F# - Why you should give an F - Daniel Chambers

Поделиться
HTML-код
  • Опубликовано: 10 фев 2025
  • НаукаНаука

Комментарии • 7

  • @TimScarfe
    @TimScarfe 9 лет назад +2

    Great presentation, one of the best I've seen on f# - many thanks mate

  • @remidle
    @remidle 10 лет назад

    Partial application just clicked in my mind. Thank you for the great explanation!

  • @peterchambers1871
    @peterchambers1871 10 лет назад +1

    My head almost exploded watching this... :)

  • @WoundedEgo
    @WoundedEgo 9 лет назад

    Is an immutable variable the same thing as a constant?

    • @Neceros
      @Neceros 9 лет назад +1

      William Ross Yes.

    • @eNSWE
      @eNSWE 8 лет назад +3

      not necessarily. constants in .NET are bound at compile-time. readonly variables are bound at runtime (and can thus be lazy)

    • @TheRemixDenuo
      @TheRemixDenuo 7 лет назад

      I think they are basicly read-onlys