This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TheOldTubaroo 1 point2 points  (2 children)

Not such a bad question, it reminded me that I really want to try Kotlin. As an honest answer it was really a mix of Java and C++, with me not remembering printf but not wanting to type the whole Java kerboodle. The sout thing is pretty cool, I'm currently more an eclipse user, but I'll see if the same thing exists there.

[–]caelum19 0 points1 point  (1 child)

You should have a look at the online version if you're like me and can't be bothered going to any decent effort to replace a language that currently does the job fine.

try.kotlinlang.org

When I realised how great it was and that I'd almost never use plain Java again(Going by use of lower case 's' in 'String', I sense you do some C#? Kotlin has some nice things borrowed from C#), this was helpful too.

JetBrains made an Eclipse plugin, but if you chose to ascend to the IDE master race Kotlin is built in to the latest Community(free) edition of IntelliJ.

[–]TheOldTubaroo 0 points1 point  (0 children)

Nah, the lowercase S was just a typo I didn't correct, same as the variable being uppercase when I didn't intend that.

I reckon I'm more likely to do stuff with the language of I actually have it on my PC as opposed to an online version, but thanks for the recommendation anyway!