Here are some of my initial thoughts on Go (a very popular language right now). Still need to spend some time actually developing non-trivial applications with it.
Thoughts on Go
Likes
- Simple, small, stable syntax
- Strongly typed, compiled
- Awesome, modern concurrency + parrallelism
- No classes
- Interfaces