nim
https://github.com/nim-lang/nim
Nim
Nim is a compiled, garbage-collected systems programming language with a design that focuses on efficiency, expressiveness, and elegance (in that order of priority).
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Nim not yet supported18 Subscribers
Add a CodeTriage badge to nim
Help out
- Issues
- nonpure enum can hijack pure enum; instead should give `Error: ambiguous identifier` ; pure and nonpure should both mean the same thing; pure should be deprecated
- Merging nnkArgList and nnkBracket
- [internal compiler error] compiler/sigmatch.nim(2236, 18); caused by template with varargs[typed]
- `varargs[typed]` doesn't work with 0 arguments, creating an extraneous `Bracket[nnkHiddenStdConv[Arglist]]`
- Decide behavior for `declared()` wrt `{.reorder: on.}`
- result type inference for defer, to help with a very useful debugging / contracts idiom
- {.reorder: on.} does not work with macros
- `for x in myIter(1)(): ... ` gives infinite loop; inconsistent with `let it = iterGen(1); for x in it(): ...`
- Reserved keyword bind breaks importcpp pragma
- Literals to range types type relation problems
- Docs
- Nim not yet supported