Syntax Vs Semantics - Programming Languages

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

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

  • @user-uq4zi8yv4r
    @user-uq4zi8yv4r 5 лет назад +28

    I loved the more aggressive z pronouncing for furiously sleeping

  • @TamifulTamiTam
    @TamifulTamiTam 9 лет назад +8

    Oh my god! Thank you so much for this video!
    I subscribed to your channel immediately,haha! Unfortunately, there aren't any German channels which talk about languages in general that's why I'm so glad that I found this channel!
    So, yeah. English isn't my first language (I wish it would be because I really love this language,haha) but I could understand your video perfectly! Thank you so much!

  • @JadeGrey-uj3yo
    @JadeGrey-uj3yo Год назад

    z! z! 🤣🤣🤣that was very educational

  • @banana_1_
    @banana_1_ 5 лет назад +2

    this isnt a linguistics video!!

  • @musick2138
    @musick2138 12 лет назад +1

    Python -> " TypeError: number coercion failed "

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

      HTML -> "Segmentation Fault"

  • @2013mango
    @2013mango 6 лет назад +2

    is mars = earth + 1 the one which will result in error since the syntax is being violated?

    • @2013mango
      @2013mango 6 лет назад +1

      Nevermind it would be "mars" + 2 since the syntax is violated because it won't recognize the string (mars) being added with the integer (2)

    • @mariusmucenicu3474
      @mariusmucenicu3474 5 лет назад +7

      The syntax isn't violated in neither of the cases you mention. Both are syntactically fine. And both would cause a semantic error. In the case of mars = earth + 1, it would be because it doesn't have a value for earth. If earth would've been defined previously than it would have depended on the value of earth. And in the second case "mars' + 2, there's nothing wrong with the syntax again, the semantics is where the problem is, as the quiz states. You can't add apples to oranges in the same manner that you can't add strings and integers in Python.

  • @oer-vlc
    @oer-vlc 10 лет назад

    semantic not *symantic!

  • @ShwetaMahajanRutgersUniversity
    @ShwetaMahajanRutgersUniversity 11 лет назад

    A wonderful explanation of a fascinating topic. Thanks!