Resources for Learning Scheme

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

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

  • @mumk
    @mumk Месяц назад

    I swear to god if I had 48 hours a day I would binge watching your channel day in and day out. Unfortunately we only have 24 hours but I would try to check out your channel from time to time. Looking forward for that 1200 videos dude, cheers

  • @ferio143
    @ferio143 8 месяцев назад

    Thank you for your video!
    I think your PWC2017 talk is an amazing introduction to scheme (and programming language in general). Intriguing, thought-provoking and spreading the joy of scheme 😁

  • @mumk
    @mumk Месяц назад

    Love scheme, but so many implementations and its hard to navigate through

  • @learning_with_rj
    @learning_with_rj 8 месяцев назад

    Love Scheme, I'm using it to write really small programs and mostly to tech programming to others. But unfortunately I never used it in my professional career

  • @mooncop
    @mooncop 8 месяцев назад

    Racket Datalog, then Datalog GPU, then leave Scheme to history -- Clojure / Babashka 😮

  • @mooncop
    @mooncop 8 месяцев назад

    the secret is transductive pattern

  • @HG77K
    @HG77K 8 месяцев назад +1

    computers are imperative.

    • @WilliamEByrd
      @WilliamEByrd  8 месяцев назад +2

      Very true. Scheme is a multi-paradigm language that supports imperative programming. Or building abstractions, when the imperativeness is a detail you wish to hide (such as in a domain-specific language such as SQL or for regex search).