我心中各种排名
我喜欢的编程语言
- C++
 
- Python
 
- Lua
 
- CoffeeScript
 
- bash
 
- haml
 
我讨厌的编程语言
- Java
 
- PHP
 
- C
 
我喜欢的语法/语言特性
- Object Oriented
 
- Generic Programming(template)
 
- Function as first class
 
- Lambda expression(anonymous function)
 
- Delimit blocks by indentation
 
- List comprehension
 
- static type checking
 
- Constant and enumeration
 
- Compilation error
 
我讨厌的语法/语言特性
- Warning
 
- AOP
 
- implicit type conversion
 
- Interface