We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated _Footer (markdown)
really? -.-
Created _Footer (markdown)
update doc link
update Notepad++. add nim2_ide
Updated Organizations using Nim (markdown)
fix: Unclosed code block
Updated Editor Support (markdown)
Add Helix Support
Update version actions/checkout@v3 to v4
Upgrade setup-nim-action version to v2 from v1
Add a number of high-quality libraries I am familiar with (limdb and at are mine)
update subtitle of Python about Nim lib
update url of pylib, update its desc
Add more example of python-like Nim modules
Add pseudo prefixes and path-relative about import stmt
`assert` does nothing when `-d:danger` or `-a:off`, not `-d:release`
btreetables is in `pkg/fusion`, no longer `std/btreetables`
Add note about `fmt`/`&` can be said to be corresponding to `fr`/`f`
`strutils.normalize()` bahaves differently from `unicodedata.normalize("NFC", "Foo")`
Remove broken link `[pools](https://nim-lang.github.io/Nim/pools.html)`
update link for `bigints`'s issue #14696, add repo link
Update Nim column of `Standard Library Equivalents` (due to Nim from 1.x to 2.x)
Either `"""foo"""` or `r"""foo"""` is `Multi-line Raw string` in Nim.
Literal for Assigns -> literal for assignements
Add note about default value of function parameters
Py's F-string suppport slash escaping chars like `\n` since 3.12
Add note about `std/strutils` focused on ASCII only
Remove `std/` prefix for Python code
Fix typo