|
|
|
|
|
by davidkunz
1457 days ago
|
|
Other comments already gave great examples but for me personally:
- Concise syntax
- Elegant language constructs (e.g. method call syntax)
- Great macro system
- You have control over what GC you use
- Great performance
- Everything is simple, it's easy to read other people's code |
|