functional programming with nim language

Sdílet
Vložit
  • čas přidán 11. 09. 2024
  • in part five of this nim language (nimlang) tutorial, chris looks at procedures and functions.
    nim is actually a first class functional programming language. in this video, chris shows some of the functional capabiltiies of the language
    Part 1:
    • getting started with n...

Komentáře • 13

  • @guilherme5094
    @guilherme5094 Před rokem +2

    Really great! Thanks again Chris👍.

  • @WolfBoy2700
    @WolfBoy2700 Před 9 měsíci

    Thanks for this, its been a cool series. nim looks really cool.

  • @edgeeffect
    @edgeeffect Před 8 měsíci

    It's very interesting how you overlay your code editor on your "talking head" image. I'd have to come back after watching another 5 or so more videos before I could decide if I like it or not ;)
    ... but, yeah, interesting idea. Your mostly monochromatic background certainly helps it.

  • @billfrug
    @billfrug Před měsícem +1

    does seem a bit verbose for ADTs : you need to define the tag type and use a case of on it to get the different member variables ( similar to record case in pascal)

    • @chrishayuk
      @chrishayuk  Před měsícem

      totally agree, it's heavily heavily pascal influenced

  • @gandalfgrey91
    @gandalfgrey91 Před měsícem +1

    I honestly forgot that Nim has func

  • @eduardabramovich1216
    @eduardabramovich1216 Před rokem +1

    thanks a lot

  • @agustinpizarro
    @agustinpizarro Před 8 měsíci +2

    import sugar module!

  • @pookiepats
    @pookiepats Před 11 měsíci

    😂 i learned so much my guy thank you

  • @pookiepats
    @pookiepats Před 11 měsíci

    more!