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
- Warning/hint on redundant `except ...`
- Hint on overly broad exception handler
- `{.compile: "foo.c".}` when `@mfoo.sha1` in cache is empty results in `Error: unhandled exception: EOF reached [EOFError]`
- Memory leak with Arc / Orc for allocation inside threads
- `{.push raises: [].}` doesn't respect lexical scoping
- Possible threads' resources (OS) leak, after joinThreads on Windows.
- Perf difference with Nim 2.0.2 and --threads:on (the default) vs --threads:off
- Procedure with a static range generic parameter cause type mismatch
- Add strutils.join for set type
- Fused multiple-add instruction
- Docs
- Nim not yet supported