The Wayback Machine - https://web.archive.org/web/20210225053330/https://github.com/griesemer
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor
  • Pro

Popular repositories

  1. tryhard finds and rewrites code suitable for try.

    Go 108 9

  2. Prototype implementation of operator methods (fork of https://github.com/golang/go)

    Go 24 4

  3. Forked from gophercon/2016-talks

    Slides and Links to slides for 2016 talks

    JavaScript 10 3

  4. Forked from robpike/ivy

    ivy, an APL-like calculator

    Go 7 3

  5. Forked from golang/proposal

    Go Project Design Documents

    5 3

213 contributions in the last year

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

Contribution activity

February 2021

Created 46 commits in 2 repositories

Created an issue in golang/go that received 4 comments

dev.go2go: generic embedded field names are not found in composite literals

Example: package main type E[T any] struct { A T } type T struct { E[int] } func main() { _ = T{E[int]{A: 1}} //_ = T{E: E[int]{A: 1}} // <<< this …

4 comments