close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Dec 3, 2009, 11:27:11 AM (16 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
3 | 3 | == Google Chrome OS == |
4 | 4 | |
5 | | * Target Market - Web-Browsing Device as Service - Free WiFi Service Extension |
| 5 | * Target Market - Web-Browsing Device as Service - Free !WiFi Service Extension |
6 | 6 | |
7 | 7 | == Google Go == |
… |
… |
|
11 | 11 | A a = new A(); |
12 | 12 | }}} |
| 13 | {{{ |
| 14 | a := Unit64(0); |
| 15 | }}} |
13 | 16 | * switch case 可以使用變數判斷式 |
| 17 | * 支援 multiple return values for function |
| 18 | * 特殊功能: |
| 19 | * Interface |
| 20 | * slice data type - 為了擷取 array 的部分 |
| 21 | * map - 描述一對一的關係,可以直接 assign |
| 22 | * channel - 處理平行處理的 stream ( pipe ) - |
| 23 | * 支援 garbage collection 記憶體管理 |