How to Design Programs: Difference between revisions

Content deleted Content added
Ruud Koot (talk | contribs)
No edit summary
Line 13:
program systematically.
 
Like ''[[Structure and Interpretation of Computer Programs]]'' (SICP), HtDP relies on a variant of the [[Scheme (programming language)|Scheme programming language]]. Indeed, it comes with its own programming environment, dubbed [[DrSchemeDrRacket]], which provides a series of programming languages. The first language supports only functions, atomic data and simple structures. Each language adds expressive power to the previous one. With the exception of the largest teaching language, all languages for HtDP are [[functional programming languages]].
 
In the 2004 paper [[The Structure and Interpretation of the Computer Science Curriculum]]<ref>[http://www.ccs.neu.edu/scheme/pubs/jfp2004-fffk.pdf The Structure and Interpretation of the Computer Science Curriculum], a paper in which the authors compare and contrast HtDP with SICP</ref>,