Winter quarter is off to a fairly good start. Have assignments due next week in all three of my classes, of course, but none of them seems particularly onerous. All three classes promise to be fairly interesting, too (though also a lot of work
(
Read more... )
Comments 8
Reply
Reply
And one of the coolest things about it is that by default, it'll compile down to "Intermediate Language", which is the equivalent of Java bytecode, except that all sorts of other languages also compile down into IL. There's a compiler for Python, for instance. So you can write in Python, compile to IL, and link it with other IL libraries, which could be written in entirely different languages. It's a very nifty layer of abstraction. :)
Reply
C# on the other hand was love at first sight. Doesn't make sense because it's the same sort of language. It's made by Anders Hejlsberg who also made Turbo Pascal (love!) and Delphi (ditto) so maybe it's not surpising.
Reply
There are advantages of specifically typed declarations, especially if they force you to declare the security level. Otherwise the accidental change of what is in a variable could introduce bugs.
But you know that.
Reply
There are advantages to explicit type declarations, but (IMO) they are outweighed by the costs of explicit type declarations.
(And check out the new icon! :D )
Reply
Just don't go looking for any new namshubs ok? I don't want my mind wiped.
Reply
Reply
Leave a comment