Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~99 People Reached
Favorite Forums
Member Avatar for deltemis

hi all, trying to write a function nonlat? which returns true if the given list does not contain any atoms. so an empty list would be a nonlat and return true. the tests i'm supposed to use are: (nonlat? '(a b c)) (nonlat? '(a (b) (c))) (nonlat? '((a b) ((c)) …

Member Avatar for Harleqin
-1
99