This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
blog/_posts/2020-09-29-print-hello-world-part-3.md

1.2 KiB

layout title author tags
post print("Hello, world!") - Part 3 Ta180m
Programming

If Java had true garbage collection, most programs would delete themselves upon execution.

-- Robert Sewell

Java -- gives me AP Computer Science memories (although I think they'll switch to Python soon) -- the epitome of object-oriented programming. Not saying that OOP is bad -- it has its uses, such as with GUI toolkits -- but also drawbacks. I just don't appreciate how it tries to force OOP upon me whenever I use it.

Factor Rating Description
Speed 3 Quite fast after compiling to bytecode
Documentation 3 I really want to give Java a 2 due to personal bad experiences, but there are lots of good resources out there
General 2 Yes! I can finally give Java a 2

I'm giving myself a two-day deadline for Part 4, C.