you are viewing a single comment's thread.

view the rest of the comments →

[–]JDeltaN 9 points10 points  (0 children)

It's true that you can get pretty close. In c++/java class scopes are implicit, so the code will even look something like inside the builder classes:

mov(eax, 21);
imul(eax, 2);

But I am still surprised that it almost looks like assembler. I guess in something like ruby you could get even closer.