News

Universities are no strangers to innovating with technology. EdTech wouldn’t exist if that weren’t true. But colleges were truly at the forefront when it came to the development of computer science.
If you thought that C is the kind of language that only 60-year-old white men know, think again. Yeah, it’s the dinosaur among today’s programming languages. But it’s still alive and kicking in more ...
Functional programming and procedural programming often provide different views of the same thing. When I declare a function, such as y = 2x I may think of this as a procedure (sequential process): ...