Computer Science Field Guide
potatohead
Posts: 10,261
http://www.csfieldguide.org.nz
This is a really great resource for anyone interested in the why behind most things we do with computers.
This is a really great resource for anyone interested in the why behind most things we do with computers.
Comments
4.3.5. C
Low level language with the syntax of a high level language
WTF?
Even better:
Related languages: C++ (somewhat)
Which I totally agree with. The "somewhat" made me chuckle.
4.3.4. JAVASCRIPT¶
Interpreted in a web browser
True. But what about every other place it runs and it's outstanding high level language features ?
It is intended to enlighten people on the why behind so many more specific "how" tasks. It's also good as a "know what I don't know" overall perspective on computing as a dicipline.
A person informed in this way will likely experience improved focus on the mechanics of programming.
Now it's "500 – Internal Server Error" for every button you hit on the front page
I didn't mean to sound like I was knocking it. I just picked a page and was tickled by what I read there.
Seems to be up and working again, I'll give it a look over later.
All in all it looks like a neat idea.
They have done a good job with the basics needed to understand detail info. We often don't realize how much stuff like this we have accumulated, until we help another, or explore something new ourselves.
Just today I was researching "half adders". There is so much to learn.