Changes between Version 1 and Version 2 of jazz/09-12-03
- Timestamp:
- Dec 3, 2009, 11:27:11 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/09-12-03
v1 v2 3 3 == Google Chrome OS == 4 4 5 * Target Market - Web-Browsing Device as Service - Free WiFi Service Extension5 * 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 記憶體管理