Warning: Update in progress. Before adding new content, I'm going through and updating the content that already existed that I haven't touched in years. Also fixing up a lot of CSS. I wrote bad code a very long time ago and it's taking a while to update it.
This page has not been looked at yet My apologies for any issues this may cause.

Chapter 6 : Languages


Now this is what most freshmen come into Computer Science programs expecting. Most freshmen expect software development via programming. When freshmen think of programming, they think of the verbose languages that they are taught in AP Computer Science (I see you Java kids). You've already learned about assembly and machine code with the CARDIAC, so in this section, we'll be talking much more about verbose programming languages and what's going on there.


Sections


Other Resources

Tranquility Tutorial

[Tranquility Programmer's Manual](https://www.cs.drexel.edu/bls96/tranquility.pdf)

Charlie's Notes From 2017


Back To Top