mimic icon indicating copy to clipboard operation
mimic copied to clipboard

Idea: Enhance Go language for less boilerplate and basic features for readability without sacrificing safety.

Open bwplotka opened this issue 3 years ago • 0 comments

https://twitter.com/bwplotka/status/1379843244952014853

Ideas:

  • Infer types when field is a concrete type. Same if it's pointer - just allocate.
  • Join/Merge operation based on reflect? 🤔

It would be amazing to not get into compiler changes and IDE tooling changes, but it's easier to iterate on something working then creating new language.

bwplotka avatar Apr 10 '21 11:04 bwplotka