The one thing I got out of VB: the idea of having two different division operators. One for integer division, and one for floating-point division. It seems like a really Perlish idea to me. Although it also seems to me that VB's type system ought to be able to tell if you're assigning to a float or to an int and Do the Right Thing. It doesn't make sense in even a nominially static typed language like VB, though it would fit right in with Perl.
"There is no shame in being self-taught, only in not trying to learn in the first place." -- Atrus, Myst: The Book of D'ni.
In reply to Re^2: (OT) "Learn one new language every year"? Yeah, right.
by hardburn
in thread (OT) "Learn one new language every year"? Yeah, right.
by FoxtrotUniform
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |