Skip to content
#

Nim

nim logo

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,776 public repositories matching this topic...

Nim
FredTheDino
FredTheDino commented Jul 23, 2022

I was casually trying out Nim-lang and playing with nimpretty. Ofcourse I decided to mess with a flag called "indent", and nimpretty doesn't seem to handle this.

I don't really have the time to do a full bisect, I just installed it and played around. Felt it was better to report this than to ignore it.

Example run

 ~ :: nim r a.nim
Hint: used config file '/etc/nim/nim.cfg' [Conf]
H
distbit0
distbit0 commented Jul 11, 2022

image

Would be awesome if nitter supported infinite scroll (upwards) for earlier replies in a thread. Currently it requires clicking on "earlier replies", which results in losing the context of what tweet you started from and therefore not being able to scroll back down to it without having

enhancement New feature or request good first issue Good for newcomers
codic12
codic12 commented Nov 28, 2021

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 %.

enhancement New feature or request good first issue Good for newcomers
aduros
aduros commented Dec 13, 2021

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);
good first issue Good for newcomers

Created by Andreas Rumpf

Released 2008

Repository
nim-lang/Nim
Website
nim-lang.org
Wikipedia
Wikipedia

Related Topics

c c-plus-plus javascript language python