954,557 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

creating a list of list in DrScheme

how would you do that?

Language similar to LISP

I don't think you can use cons twice.

really stuck.

maybe
(define a '('()))

lotrsimp12345
Posting Pro in Training
413 posts since Jun 2009
Reputation Points: 47
Solved Threads: 2
 

Like this: '(() () ()) -> 3 lists inside 1
(define a '(()))
You only have to put 1 quote..

davibq
Newbie Poster
5 posts since May 2010
Reputation Points: 10
Solved Threads: 1
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You