|
|
|
|
|
by zyb09
5276 days ago
|
|
Yeah at first, but once you get used to the syntax and long method names, it's your standard static OOP language. Has some cool feature actually, like Blocks etc. Like it more then Java now. Also what's really cool is, that you can seamlessly mix in C if you feel like low-level programming, I like that. |
|
This is a huge plus. I've dropped to the C level on a number of occasions already in my projects. I also makes it MUCH easier to drop in existing C libraries for extra functionality since you don't have to write language bindings for it.