A Brief Introduction to Nim

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

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

  • @iosimion
    @iosimion 4 месяца назад +3

    It's funny that I wanted to take a look at this for this week's 48in24 puzzle :). I stopped it, solved it, and now will continue. I saw some very nice comunity solution, including your's (Erik's), and one that is using reflection to initialize the fields of the object.
    Thank you, for the intro, and to all the contributors for the excelent content on the site.

  • @tea_otomo
    @tea_otomo Год назад +11

    Very good video. One suggestion:
    The vim extention you mentioned at 6:56 is quite outdated. Last update was 3 years ago. There is a new one by nimsaem, which supports:
    Syntax Highlight (nim, nimble, nim.cfg)
    Code Completion
    Signature Help
    Goto Definition
    Find References
    and much more.

  • @peaksandvalleys4217
    @peaksandvalleys4217 Год назад +5

    5 Exercises done! Thank you for the helpful introduction!

  • @razvbir
    @razvbir Год назад +6

    Ok, 5 exercises done. The waiting time for a mentor is longer than expected on the Nim track.

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

      Congrats on finishing the exercises. Sorry to hear about the mentoring waiting time.

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

      ​@@ErikSchierboom I feel that I should also add that I had some of the best interactions with mentors on this track, so it's not that bad.

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

      That's good to hear :)

  • @razvbir
    @razvbir Год назад +7

    Nim sounds great! I'm picking it up for #12in23

  • @oitsukijudan
    @oitsukijudan Год назад +4

    I'm trying out nim for #12in23 so I'll gladly take a book :) However, I can't find the (simple) linked list exercise in the nim track...? (does that disqualify me from the raffle? :)

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

      PS. Nice intro video!

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

      No that's perfectly fine. Just complete a different exercise in Nim :)

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

      All the exercises for Mechanical March are now on the track :)

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

      Congratulations Gregory! You have won the book. I'll send you an email with further details.

  • @Aage_
    @Aage_ Год назад +4

    Also done 5 exercises in the Nim track!

  • @guilherme5094
    @guilherme5094 Год назад +3

    👍Thanks!