CSCE 314 Lecture 24

From Notes
Jump to navigation Jump to search

« previous | Monday, October 24, 2011 | next »


Guest lecture from Dr. Gabriel Dos Reis

Programming Languages

A tool to translate a solution algoritm into steps that a machine can follow to help solve a problem.

The difficulty of a programming language depends on how easy it is to process input and send output. Ruby is just puts "Hello World"

Recursion

Monads