Runtime Generated, Typesafe, and Declarative: Pick Any Three - Jon Bodner

Поделиться
HTML-код
  • Опубликовано: 12 дек 2024

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

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

    Excellent talk! Thank you.

  • @jack-d2e6i
    @jack-d2e6i 7 лет назад

    22:37 "There's no constants in Go", what?

    • @tenortim
      @tenortim 6 лет назад +4

      That probably wasn't as clear as it could have been. I believe what he was actually referring to is that constants disappear after compile and that there's no runtime access to them e.g. there's no "reflect.Constant" or the like and that he therefore had to create a variable even though the value is always zero.