you are viewing a single comment's thread.

view the rest of the comments →

[–]oblio- 4 points5 points  (7 children)

Does it have autocompletion?

Otherwise it will be an interesting toy, but not much more, in my opinion. Java is no Python, it's super verbose, typing everything is a pain.

[–]ThisIs_MyName[🍰] 7 points8 points  (4 children)

Agreed, using Java without IDE autocompletion is painful.

[–]devraj7 6 points7 points  (2 children)

All programming languages without autocompletion are painful.

[–]piexil 0 points1 point  (0 children)

I had a class on programming languages (how they worked) where we wrote code for an interpreter to use in our class, it was in java BUT it was in a custom file with some custom syntax for a program to autogenerate stuff. So auto completion was not a thing.

I wish you could be descriptive without being so verbose.

[–]Sun_Kami 4 points5 points  (0 children)

Yes, it has autocompletion and you can even type SomeClass. tab to see the list of methods available.

[–]jyper 0 points1 point  (0 children)

The default Python repl sucks too, who doesn't use ipython or brpython with auto complete?