Nim
Nim is a general-purpose systems programming language that's designed to be efficient, expressive, and elegant. The Nim compiler produces dependency-free binaries for most platforms as well as JavaScript for the web.
Here are 1,721 public repositories matching this topic...
-
Updated
May 28, 2022 - Nim
-
Updated
May 28, 2022 - Nim
-
Updated
May 12, 2022 - Nim
-
Updated
Nov 14, 2019
-
Updated
May 19, 2022 - Python
-
Updated
Apr 4, 2022 - Nim
Dart-lang
Language request for Dart.
The font bitmap has empty space reserved for ASCII characters 0x80 through 0xA0.
We should use that space for something, like icons for WASM-4 controller buttons, or generic sprites like stars/hearts/etc.
Games can then use hex string literals to easily display these:
text("Press \x80 to jump!", 0, 0);-
Updated
May 2, 2022 - Nim
-
Updated
May 2, 2022 - Nim
-
Updated
Jun 10, 2022 - Nim
-
Updated
Mar 11, 2022 - Nim
Right now in tiling mode it's 50/50 (with gaps the master window is $GAPS bigger, which you shouldn't notice unless you have huge gaps).
A common alternative seems to be, eg 60/40. i think that this should be configurable at runtime with commands to increment and decrement the %.
Flesh out tags
-
Updated
Jun 8, 2019 - Nim
-
Updated
Jun 9, 2022 - Nim
-
Updated
Feb 17, 2022 - Nim
-
Updated
Jun 4, 2022 - Nim
-
Updated
Dec 8, 2021 - Nim
Created by Andreas Rumpf
Released 2008
- Repository
- nim-lang/Nim
- Website
- nim-lang.org
- Wikipedia
- Wikipedia
I expected
?to not overwrite the query, but to merge. The docs of the proc use the word "concatenate" which implies that this is how the proc should work, but the implementation overwrites thequeryinstead of concatenating.Example
Current Output