Nathan Yeung

Journal of Learning

Main menu

Skip to primary content
Skip to secondary content
  • Home
    • Mission Statement
    • Values
  • Learn
    • Computer Science
    • Favorite Quotes
  • Projects

Category Archives: Uncategorized

Things to Remember About Racket

Posted on January 21, 2012 by Nathan Yeung
Reply

 

Things that might help:
	(map ( function entire-list))
	(foldr (function base-retval list))
	          function ( first-element value-so-far) ; the function's second parameter is the value so far
	
Posted in Uncategorized | Leave a reply
Proudly powered by WordPress