Hex
Est. Contributor
- Messages
- 1,142
- Role
-
- Adult Baby
- Diaper Lover
- Babyfur
- Sissy
[font="Calibri,Arial"]For those of us who know how to program multiple programming languages, which is your favorite language?
Mine right now is split between C# and Python, which are both languages I had dismissed in the past (C# as "that java clone" and Python as "sensitive to whitespace, meh"). However both of these traits have turned to advantages because:
C# is a better java clone (compared to this, java sucks even more)
It took me about a day to get used to the C# language from my Java experience. It'll take a bit longer to learn the .NET framework, but I can put that to use if I ever go on to learn VB properly.
Python leads to clean code almost instinctively.
Also the ability to do this
is really cool.
[/font]
Mine right now is split between C# and Python, which are both languages I had dismissed in the past (C# as "that java clone" and Python as "sensitive to whitespace, meh"). However both of these traits have turned to advantages because:
C# is a better java clone (compared to this, java sucks even more)
It took me about a day to get used to the C# language from my Java experience. It'll take a bit longer to learn the .NET framework, but I can put that to use if I ever go on to learn VB properly.
Python leads to clean code almost instinctively.
Also the ability to do this
Code:
substr = str[5:8]
[/font]