TypeScript vs JavaScript | Brendan Eich and Lex Fridman

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • Lex Fridman Podcast full episode: • Brendan Eich: JavaScri...
    Please support this podcast by checking out our sponsors:
    - The Jordan Harbinger Show: jordanharbinge...
    - Sun Basket: sunbasket.com/lex and use code LEX to get $35 off
    - BetterHelp: betterhelp.com... to get 10% off
    - Eight Sleep: www.eightsleep... and use code LEX to get special savings
    GUEST BIO:
    Brendan Eich is the creator of JavaScript and co-founder of Mozilla and Brave.
    PODCAST INFO:
    Podcast website: lexfridman.com...
    Apple Podcasts: apple.co/2lwqZIr
    Spotify: spoti.fi/2nEwCF8
    RSS: lexfridman.com...
    Full episodes playlist: • Lex Fridman Podcast
    Clips playlist: • Lex Fridman Podcast Clips
    SOCIAL:
    - Twitter: / lexfridman
    - LinkedIn: / lexfridman
    - Facebook: / lexfridmanpage
    - Instagram: / lexfridman
    - Medium: / lexfridman
    - Reddit: / lexfridman
    - Support on Patreon: / lexfridman

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

  • @travis3371
    @travis3371 3 года назад +23

    I would never write Js without Ts again

  • @sedrakpc
    @sedrakpc 3 года назад +12

    In my 15 years of software development, I’ve seen many JS supersets died. We’ll see, probably typescript will survive.

  • @kickinit333
    @kickinit333 Год назад +2

    Seems that inevitably, loosely typed systems give birth to some kind of type system or language. Usually after someone fubars production one too many times.

  • @edwardlewis1963
    @edwardlewis1963 3 года назад +2

    google: *type*
    In computer science, the *type* is a quality of data that defines the possible values
    the data may have. Depending on its type, a unit of data will be stored and operated
    upon in different ways. Examples of data types include integers, booleans, and
    strings.8 Feb 2020

  • @bhagatphageshwar9088
    @bhagatphageshwar9088 3 года назад +2

    Typescript

  • @_kolvin
    @_kolvin 3 года назад

    True

  • @Sahil-cb6im
    @Sahil-cb6im Год назад

    typescript ❤

  • @OpenJavaScript
    @OpenJavaScript Год назад

    TS is a great development,. But under the hood...

  • @extendedrealities27
    @extendedrealities27 Год назад

    If you can not write in Javascript without errors, let's have a police which constantly telling you are wrong writing a code which does not make any errors

  • @boiimcfacto2364
    @boiimcfacto2364 2 года назад +2

    JavaScript for life! It gives you the freedom to write code of any quality - good or bad, it's all up to you. And without the hassle of a compile-step.

    • @NJ-wb1cz
      @NJ-wb1cz 2 месяца назад

      Not really. Why can't I write code to read out of bounds memory? Why can't I reserve and release memory manually? Why can't I do binary operations on objects and manipulate their code? I should be able to change bits of anything I want directly but JavaScript doesn't let me. It's way too restrictive and polices you too much.

    • @braumski2
      @braumski2 2 месяца назад

      If you're a hobbyist that's fun and all, but companies are trying to make things fast

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

      @@braumski2 As a hobbyist it really sucks when I accidentally add two strings of numbers and get weird results without error messages