Nim
Nim copied to clipboard
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, an...
### Nim Version Runs in both `refc` and ORC: ``` Nim Compiler Version 2.2.4 [Linux: amd64] Compiled at 2025-06-08 Copyright (c) 2006-2025 by Andreas Rumpf git hash: f7145dd26efeeeb6eeae6fff649db244d81b212d active boot...
### Nim Version ``` Nim Compiler Version 2.2.4 [Linux: amd64] Compiled at 2025-06-08 Copyright (c) 2006-2025 by Andreas Rumpf git hash: f7145dd26efeeeb6eeae6fff649db244d81b212d active boot switches: -d:release ``` ``` Nim Compiler...
### Nim Version ``` Nim Compiler Version 2.2.4 [Linux: amd64] Compiled at 2025-06-08 Copyright (c) 2006-2025 by Andreas Rumpf git hash: f7145dd26efeeeb6eeae6fff649db244d81b212d active boot switches: -d:release ``` ``` Nim Compiler...
### Nim Version 2.2.4 ### Description I installed nim through brew (`brew install nim`) which is v2.2.4 and mostly working except I can't build docs with `--index:on` or `--project` flag...
### Nim Version ``` Nim Compiler Version 2.2.4 [Linux: amd64] Compiled at 2025-06-08 Copyright (c) 2006-2025 by Andreas Rumpf git hash: f7145dd26efeeeb6eeae6fff649db244d81b212d active boot switches: -d:release ``` ``` Nim Compiler...
### Description Following code ```nim proc main() = var trimMap = [@[1], @[2]] var z = 0 for j in 0 ..< 2: var i = trimMap.high while i >=...
fixes #23564 perhaps handle generic aliases (tyGenericInst for aliases types) if needed
### Nim Version Both ``` Nim Compiler Version 2.2.4 [Linux: amd64] Compiled at 2025-04-22 Copyright (c) 2006-2025 by Andreas Rumpf git hash: f7145dd26efeeeb6eeae6fff64 ``` and ``` Nim Compiler Version 2.3.1...
Nim Compiler Version 2.3.1 [Windows: amd64] Compiled at 2025-06-09. ``` const CRLF = "\r\n" proc Test(): string = let text = "---------------------" & "----------" & "----------" & CRLF & "----------"...
### Nim Version >nim -v Nim Compiler Version 2.2.4 [Windows: amd64] Compiled at 2025-04-22 Copyright (c) 2006-2025 by Andreas Rumpf active boot switches: -d:release ### Description This demo from the...