Strange Loop Language Panel - Hickey, Sussman, Wirfs-Brock, Pamer, Alexandrescu, Ashkenas (2011)

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

КОМЕНТАРІ • 5

  • @vvvvaaaacccc
    @vvvvaaaacccc 3 роки тому +15

    wow, Sussman's whole bit leading up to "syntax without representation is tyranny" is like an impossibly good rap freestyle, he must've rehearsed that. haha

  • @carlwatts1230
    @carlwatts1230 3 роки тому +10

    Check out gerald jay sussman's recent (2021) book.

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

    Cool panel with brilliant funny guys. Interesting that they do all seem a bit stuck in the lambda calculus style of computation and no wonder we don't have better solutions for the decentralized nondeterminism which is an area that lambda calculus can't represent properly.

    • @alexweisberger1669
      @alexweisberger1669 3 роки тому +7

      You should take a look at TLA+. Non-determinism is just a misunderstanding of distributed systems. They’re nondeterministic with respect to time, sure, but the possible ways that distributed processes can be interleaved is very deterministic.
      So whether or not you’re using a language based on the lambda calculus isn’t really relevant. We need to improve how we reason about what we have.

    • @hoots187
      @hoots187 3 роки тому +1

      @@alexweisberger1669 usefulness of TLA+ not to be underestimated, Elasticsearch, WeChat, CosmosDB, and more have been verified in TLA+ for their behavior characteristics. TLA+ was also used in proving issues with Chord DHT.