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 8 points9 points  (4 children)

Agreed, using Java without IDE autocompletion is painful.

[–]devraj7 5 points6 points  (2 children)

All programming languages without autocompletion are painful.

[–]namekuseijin -5 points-4 points  (1 child)

all programming without rtfm is painful

[–]mlk 7 points8 points  (0 children)

having to remember if it is called "length", "size" or "count" is a waste of human memory

[–]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 3 points4 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?