Making a Compiler from scratch | Making a lot of friends and a little progress | 003

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024
  • In today's stream, we make friends, and a little bit of progress on the compiler! -- Watch live at / lens_r
    Source code: github.com/Len...
    Discord: / discord
    Donate: www.paypal.com...

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

  • @thexadgaming
    @thexadgaming 9 месяцев назад +4

    "hey look recursion" a great opening line!

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

    Don't know if you read these comments anymore but I just wanted to let you know that I have already watched 9 hours of your work on this compiler and I think it's great. Made me want to learn C properly

  • @aloussase
    @aloussase Год назад +1

    Hi there, interesting comment on Rust, I'd be interested in knowing your opinion on Zig

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

      I haven't used it, but I've heard good things

  • @megrajchauhan535
    @megrajchauhan535 Год назад +1

    Become my teacher! Please. I am also a self taught programmer. I am intermediate in JavaScript, C++ and C and quite good at Python. I just need your help in assembly. I can't find the resources to learn assembly (x86_64 specifically). Either you can give me some resources. Please

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

      Hey there! While I don't think I can truly dedicate 100% of my time to solely being your teacher, I *do* plan on making an x86_64 assembly stream this week (maybe today)!! As well, feel free to join the discord and ask any and all questions you may have.
      Also, you sound like you are already a good programmer! Learning C is no easy task, and it will make learning assembly a lot easier.
      As for other resources: you have both a compiler and disassembler on your machine! Use them! You can write a simple program that returns 69, compile it, then disassemble it with objdump to see the output assembly, for example.

    • @megrajchauhan535
      @megrajchauhan535 Год назад +1

      @@Lensr thanks, looking forward to the stream. I already followed you btw