good icon indicating copy to clipboard operation
good copied to clipboard

The Good Programming Language

Results 21 good issues
Sort by recently updated
recently updated
newest added

We should use efaceconv concept and optimize goodlang's eface work.

We should setup a CI, e.g. travis CI etc.

Let's say we have this struct: ```go type SomeStore struct { b int c string d float64 } ``` User should be able to define functions like: ```go func Store(n...

incompatible/syntax
stage/docs

# What I've done add travis config and sync up the master # Issue refs #13 Checklist to be merged: - [x] I've gofmt'd my code - [x] I've check...

Needs generics. ``` type Maybe a = Just a | Nothing type Either a b = Left a | Right b type Tree a = Node a | (Tree a,...

help wanted
incompatible/syntax
proposal

Using proposal docs from https://github.com/golang/proposal/blob/master/design/15292-generics.md

incompatible/syntax
proposal

As @kirillDanshin proposed, we can draw a new logo with Bobr Dobr (beaver). ![image](https://cloud.githubusercontent.com/assets/17476459/20941332/a38dd268-bbfe-11e6-891f-b53085c3fb00.png)

help wanted