GridShift Python Version (Maybe...) #5
Legendile7
started this conversation in
Ideas
Replies: 1 comment
-
I am now so much more experience with Java lol. It's much better than python. But anyways, the entire algo might need a rewrite cus of the way it works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As I've started to tinker around with Java and compared it to my previous knowledge of Python, I have realized that Java is not the language for this program. Why? Because java is slow, sensitive (I hate semicolons), and everything is much bigger and harder to code (like why does
System.out.println
exist instead ofprint
?). I might migrate the project over to Python and discontinue it from Java.Beta Was this translation helpful? Give feedback.
All reactions