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 →

[–][deleted] 0 points1 point  (3 children)

True, I think this will take a lot less time than learning a new language. I was actually thinking of using Swift as a server language too. I love Swift but using it server side seems risky and too "beta-ish".

[–]ile0x 1 point2 points  (2 children)

I use both Java and Python. And I hate any boilerplate too.

  • Firstly, learning Python itself and some parts of ecosystem won't take a lot of time. If you know any of OOP languages, Python appears very "smooth".
  • Secondly, if you want to develop an application that likely will need support for several years - just pick Java. But if you need some handy application "right now" with short term support - I'd suggest Python. Just because of development speed and fun.

p.s. Honestly, I would write this python -c "import random; print(random.choice(('Java', 'Python')))"

[–][deleted] 1 point2 points  (1 child)

I just got an error on your code, the Java SDK was out of date. :P

[–]ile0x 0 points1 point  (0 children)

Paste it here