Skip to content

History

Revisions

  • update doc link

    @tocariimaa tocariimaa committed Sep 11, 2024
    6f53943
  • update Notepad++. add nim2_ide

    @gremlin-art gremlin-art committed Aug 21, 2024
    2e82c65
  • Updated Organizations using Nim (markdown)

    @ThomasTJdev ThomasTJdev committed Aug 8, 2024
    2756269
  • fix: Unclosed code block

    @fasti001 fasti001 committed Aug 5, 2024
    3381866
  • Updated Editor Support (markdown)

    @firasuke firasuke committed Jul 27, 2024
    6842040
  • Add Helix Support

    @firasuke firasuke committed Jul 27, 2024
    04ad455
  • Update version actions/checkout@v3 to v4

    @jiro4989 jiro4989 committed Jul 7, 2024
    485041d
  • Upgrade setup-nim-action version to v2 from v1

    @jiro4989 jiro4989 committed Jul 7, 2024
    9294e0f
  • Add a number of high-quality libraries I am familiar with (limdb and at are mine)

    @capocasa capocasa committed Jul 2, 2024
    f66fc41
  • update subtitle of Python about Nim lib

    @litlighilit litlighilit committed Jun 18, 2024
    f9748b0
  • update url of pylib, update its desc

    @litlighilit litlighilit committed Jun 18, 2024
    43b16fc
  • Add more example of python-like Nim modules

    @litlighilit litlighilit committed May 2, 2024
    16f1294
  • Add pseudo prefixes and path-relative about import stmt

    @litlighilit litlighilit committed May 2, 2024
    b3b1731
  • `assert` does nothing when `-d:danger` or `-a:off`, not `-d:release`

    @litlighilit litlighilit committed May 2, 2024
    5cdf4c6
  • btreetables is in `pkg/fusion`, no longer `std/btreetables`

    @litlighilit litlighilit committed May 2, 2024
    b128c90
  • Add note about `fmt`/`&` can be said to be corresponding to `fr`/`f`

    @litlighilit litlighilit committed May 2, 2024
    9731ca7
  • `strutils.normalize()` bahaves differently from `unicodedata.normalize("NFC", "Foo")`

    @litlighilit litlighilit committed May 2, 2024
    52c3392
  • Remove broken link `[pools](https://nim-lang.github.io/Nim/pools.html)`

    @litlighilit litlighilit committed May 2, 2024
    6fe598c
  • update link for `bigints`'s issue #14696, add repo link

    @litlighilit litlighilit committed May 2, 2024
    378aa50
  • Update Nim column of `Standard Library Equivalents` (due to Nim from 1.x to 2.x)

    @litlighilit litlighilit committed May 2, 2024
    198050f
  • Either `"""foo"""` or `r"""foo"""` is `Multi-line Raw string` in Nim.

    @litlighilit litlighilit committed May 2, 2024
    22eaccc
  • Literal for Assigns -> literal for assignements

    @Siltaar Siltaar committed Apr 29, 2024
    c163c5e
  • Add note about default value of function parameters

    @litlighilit litlighilit committed Apr 29, 2024
    cc0fac6
  • Py's F-string suppport slash escaping chars like `\n` since 3.12

    @litlighilit litlighilit committed Apr 29, 2024
    0ca5001
  • Add note about `std/strutils` focused on ASCII only

    @litlighilit litlighilit committed Apr 29, 2024
    eea2203
  • Remove `std/` prefix for Python code

    @litlighilit litlighilit committed Apr 29, 2024
    a429e51
  • Fix typo

    @firasuke firasuke committed Apr 24, 2024
    3fcae37
  • This segment is misinformed. Tables are not just sugar on arrays of tuples. Tables have hash access, arrays do not.

    @Spirarel Spirarel committed Mar 21, 2024
    b4eb32a
  • No one would use a ternary here. The `or` guard is much more common and "Pythonic"

    @Spirarel Spirarel committed Mar 21, 2024
    9183cc6
  • Updated Editor Support (markdown)

    @Angluca Angluca committed Jan 9, 2024
    17004bb