####
### You will find below, an (increasing) assortment of 'fun'/useful notes/links about programming (and related topics/tidbits)..
###Computing - the 'secret' ingredient [of modern revolutions] :)
###You can 'port' your knowledge of C++ and Java, to MANY other coding env'mts, eg. adafruit's makecode system - more, here.
###Very interesting: https://bogdanbocse.com/2016/03/the-museum-of-geeky-me/
###OOP - oops? :)
###HERE is Stan Lippman's C++ Primer - 5th (latest) edition, 1400 pages!
###Graal: Java->binary: https://www.graalvm.org/ [https://www.graalvm.org/examples/native-image-examples/]
###Unicode fun: https://bytes.usc.edu/~saty/tools/xem/run.html?x=Unicode
###Ocaml: https://www.efinancialcareers.com/news/2021/06/ocaml-coding-language
###Cars, ECUs: https://spectrum.ieee.org/cars-that-think/transportation/advanced-cars/software-eating-car
###Java does have a System.gc() call we can use, but we can't call it to 'force' the JVM to release objects in the heap, it's more like a 'request' [as opposed to C++'s free() or delete] :) You can learn more here:
####• https://www.baeldung.com/java-system-gc
####• https://stackoverflow.com/questions/66540/when-does-system-gc-do-something
###What goes on inside our brains, when we code?
####• http://www.cs.cmu.edu/~ckaestne/pdf/icse14_fmri.pdf
####• https://www.tu-chemnitz.de/informatik/ST/research/material/fMRI/index.php
####• https://www.tu-chemnitz.de/informatik/ST/research/material/fMRI/Tasks.pdf [a useful resource to brush up on Java coding - contains short but complete programs for a bunch of tasks]
###Gorgeous examples of what coding can create :) https://tylerxhobbs.com/work, https://tylerxhobbs.com/essays