Anthony Wang
bb57d239dd
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
1.4 KiB
1.4 KiB
title | date | draft | type | tags | |
---|---|---|---|---|---|
print("Hello, world!") - Part 3 | 2020-09-29 | true | post |
|
Originally posted on my old blog
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.