[language] learning
Alice52 opened this issue · 2 comments
Alice52 commented
language
- keyword
- static
- private
- data type: basic/complex/referenced
- string
- list/array
- map/set
- struct
- enum
- flow control
- if
- switch..case
- for..continue
- while..break
- built-in func
- function/method
- interface/class: oop
- generic
- pointer
- memory
- jvm
- allocate
- gc
- multi-thread
- routine/juc
- others
- operator
- io: channel
- reflect
- annotation
cons & pros
- ecology
practice
- env setup
- hello world
- crud
- rest api
- db connection
- rpc
- open-source framework
Alice52 commented
dimensions
- compiler
- generic
- reflect
- gc
- oop thinking or impl-adaptor
- cpu & memory & io
- sugar
- call language lib
- dp & dpp
- struct module: 解耦开发迭代协作
- library
- executable(including container)
- agent
Alice52 commented
keyword
- 声明各种代码元素
- 组合类型的字面表示
- 基本流程控制语法
- 协程和延迟函数调用