I like the Nim programming language.
-
istrolid.com
- blog.istrolid.com
- @treeform
Highlights
- Pro
Block or Report
Block or report treeform
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
1,715 contributions in the last year
Contribution activity
May 2022
Created 52 commits in 8 repositories
Opened 6 pull requests in 1 repository
treeform/pixie
6
merged
Created an issue in nim-lang/Nim that received 1 comment
Const values don't short circuit.
If you have a const string it will not short-circuit and will not compile: Example const s1 = "" if s1.len == 0 or s1[0] == '/': echo "root" Curren…
1
comment