What is the meaning of this Scheme

Posted by Ding on Stack Overflow See other posts from Stack Overflow or by Ding
Published on 2010-05-27T20:22:36Z Indexed on 2010/05/27 20:31 UTC
Read the original article Hit count: 221

Filed under:

Hi,

I am new to Scheme, by looking at the Exercise 1.5 of SCIP, what is the meaning/usage of this expression?

(define (p) (p))

Thanks!

© Stack Overflow or respective owner

Related posts about Scheme