The Wayback Machine - http://web.archive.org/web/20210215203354/https://github.com/medvednikov
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@vlang

Sponsors

@fwessels @hectr @mgomes @calendee @orangemug @TheBeachMaster @atomkirk @mitchazj @GuboLuka @KartikTalwar @tleen @mbovo @elimisteve

Pinned

  1. Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. https://vlang.io

    V 22.5k 1.3k

  2. 1 MB text editor written in V with hardware accelerated text rendering. Compiles in <1s.

    V 869 39

  3. Light and fast GitHub/GitLab alternative written in V

    V 589 33

  4. Cross-platform UI library written in V

    V 1.1k 72

  5. Blogging/forum software written in V

    V 152 20

  6. DOOM translated from C to V. Builds in 0.7 seconds (x25 speed-up).

    C 295 20

2,565 contributions in the last year

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

Contribution activity

February 2021

Created an issue in vlang/v that received 1 comment

$if aarch64 {} else {} doesn't generate else statements

$if aarch64 { println('yes') } $else { println('no') } results in #if defined(__V_aarch64) { println(_SLIT("YES")); } #else { } #endif

1 comment
Opened 1 other issue in 1 repository
30 contributions in private repositories Feb 10 – Feb 13

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