Skip to content
Avatar
🐷
🐷

Highlights

  • Arctic Code Vault Contributor

Organizations

@vlang

Popular repositories

  1. Forked from vlang/v

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

    V

  2. Forked from rust-lang/rust

    Empowering everyone to build reliable and efficient software.

    Rust

4,306 contributions in the last year

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

Contribution activity

December 2020

Created 430 commits in 2 repositories

Created a pull request in vlang/v that received 2 comments

all: change the way import symbols work & support consts

import mymodule { Type, constant, function } In this PR import symbols will no longer add alias types and placeholder functions, instead it just ma…

+142 −126 2 comments

Created an issue in vlang/v that received 1 comment

error with negative int for optional or block default value when there is more than 1 statement

fn main() { mut x := 1 x = opta() or { println('foo') -1 } } fn opta() ?int { return 1 } What did you do? v issue.v What did you expect to see? suc…

1 comment

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

You can’t perform that action at this time.