The Go programming language
Go to file
Robert Griesemer a329471ced A first attempt to capture the type changes.
Instead of trying to make open arrays look like arrays (which they aren't,
they just look like them), I decided to call them "slice types". As a result
they have value semantics, and one can really talk about what they really are.

Note:
- There are lots of missing details
- There are probably lots of mistakes

Looking for some initial feedback.

R=r
DELTA=444  (180 added, 189 deleted, 75 changed)
OCL=21769
CL=22020
2009-01-05 11:17:26 -08:00
doc A first attempt to capture the type changes. 2009-01-05 11:17:26 -08:00
include symbol table changes 2008-11-20 17:32:18 -08:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
pkg help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
src one bignum test fails 2008-12-30 14:03:54 -08:00
test Test for a go statement which calls a method on an interface. 2008-12-30 15:03:46 -08:00
usr Update for source code changes. 2008-12-19 14:32:00 -08:00