Skip to content
Avatar
👑
👑

Highlights

  • Arctic Code Vault Contributor

Pinned

  1. Nim MAtrix NUmeric package

    Nim 19 1

  2. graph data structure library

    Nim 7

  3. Interface macro for nim

    Nim 18

  4. For loop macros for Nim

    Nim 3 1

  5. JSON deserialization macro for nim

    Nim 18 4

  6. 1
    ##[
    2
    Fixed point arithmetic
    3
    4
    A fixed point number is an alternative representation for a real number.
    5
    IEEE floats, `f32` and `f64`, being the standard format in processors with

117 contributions in the last year

Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri

Contribution activity

November 2020

Created 5 repositories

Created a pull request in nim-lang/Nim that received 12 comments

add collect with infered init, refs #16078 fixes #14332

Supersedes #16082, refs #16078. it is not injected. Reason is, if you write it[i] = a then there is no point using collect, is there? :P

+176 −125 12 comments
Opened 18 other pull requests in 6 repositories
Reviewed 5 pull requests in 3 repositories
nim-lang/Nim 2 pull requests
halonium/halonium 2 pull requests
sealmove/testify 1 pull request

Created an issue in nim-lang/Nim that received 3 comments

redefinition error with gensym'ed enum fields

Trying to create an enum with auto generated values. Although my macro output seems correct and even manually compiling the output code works fine,…

3 comments
Opened 2 other issues in 1 repository

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.