Skip to content

Instantly share code, notes, and snippets.

@JohnMurray
Last active July 17, 2021 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohnMurray/a353e15a358daa46c6d8c66a902a76fa to your computer and use it in GitHub Desktop.
Save JohnMurray/a353e15a358daa46c6d8c66a902a76fa to your computer and use it in GitHub Desktop.

Nim Learning List

  • Get a basic overview of Nim
  • modules & imports
    • understand import std/[terminal] syntax
  • threading & concurrency model(s)
  • dependency management
  • build system(s)
  • test frameworks/support
  • Generics/Traits
  • memory model
  • What are objects exactly? How are they different from other types?
  • Error handling

Some Useful Tools/Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment