Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~143 People Reached
Favorite Forums
Member Avatar for peasant242

Hi guys, I'm working in plt-scheme and am trying to do multiple ellipsis (...) in my scheme macro pattern. Basically it's a macro for defining/creating a class with fields and methods. When I try to do this: [CODE] (define_class class_name (field1 value1) ... ((meth1 . args1) body1 ) ... )[/CODE] …

Member Avatar for tuffff
0
143