BelFOSS 2018 - Nim Language Intro by Dominik Picheta

Поділитися
Вставка
  • Опубліковано 30 вер 2024
  • Nim is a fast systems programming language that is expressive, extensible and easy to learn. Core developer Dominik Picheta explains at BelFOSS 2018 belfoss.org
    Slides here: picheta.me/bel...
    Snake example here: picheta.me/snake/

КОМЕНТАРІ • 17

  • @vldthdrgn
    @vldthdrgn 4 роки тому +5

    I didn't know Ed Sheeran was a coder

  • @Crygd-utre1
    @Crygd-utre1 4 місяці тому

    I thought Nim Lang was using snake_case, but it turns out camelCase

  • @trustmeimdolphin2005
    @trustmeimdolphin2005 4 роки тому +1

    Ugh...This is not the way to introduce something you would like people to be interested in.

    • @d0m96
      @d0m96 4 роки тому

      How would you prefer to be introduced to something? :)

  • @djazz0
    @djazz0 5 років тому

    That Qt logo is misleading, you can't interface with Qt as far as I know yet. And jQuery? Really?

  • @bokunochannel84207
    @bokunochannel84207 4 роки тому

    Why the chairs is empty ?

    • @JonnyMcCullagh
      @JonnyMcCullagh  4 роки тому +2

      Because in Ireland we always sit at the back 😉

  • @buffalogregory3958
    @buffalogregory3958 6 років тому

    人好少!

  •  6 років тому

    Hello. Do you make autoparallelizm like rose complier?
    Do you make modern c++ compitable?

    • @d0m96
      @d0m96 6 років тому +1

      Nim doesn't do autoparallelisation. Not sure what you mean by your second question.

  • @raymondhill7837
    @raymondhill7837 6 років тому +5

    It's sad that even though Nim can compile to C++, it has no decent Qt library binding. Furthermore, manual memory management has little to no tutorial in the Nim tutorials. I love Nim though.

    • @lalala-fn2ve
      @lalala-fn2ve 6 років тому

      I don't like Nim but if you don't like the current status of Nim then stop complaining and help Nim, you said you love Nim but i think your love for Nim is too small.

    • @vfclists
      @vfclists 5 років тому +1

      I don't think Qt was designed for any C language to bind sanely to it. It is really down to Qt developers to right a clean C interface for it, not for designers of other languages to create hacks to bind to it.

    • @alaindevos4027
      @alaindevos4027 5 років тому +1

      ruby has very nice qt bindings. But if the nim people say, binding is a difficult effort i believe them.
      I'll try Nim's gintro (gtk3)

    • @laplumedemaat6374
      @laplumedemaat6374 5 років тому

      @@alaindevos4027 Hi, did you managed to work with nim and gtk3 ?