programming

Sep 11, 2007 09:14

Scheme is annoying b/c it is not particular about anything, at least not compared to Java ( Read more... )

Leave a comment

Comments 2

util September 11 2007, 14:54:23 UTC
They're not using the type checker in 342 anymore? http://www.eecs.ucf.edu/~leavens/typedscm/

Reply

jaywilmont September 20 2007, 06:37:25 UTC
yes, but that doesn't change
* how things like how statements are evaluated - the last operand after an expression is the only one returned. "(cond ((or #t ) 'none 'of 'these 'words 'are 'retuned 'but 'the 'last 'one ) )" returns "one", without throwing any warnings or errors.
*that functions and values are interchangeable (i know, its a feature, but it still helps my analogy)

Reply


Leave a comment

Up