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
Ranked #44.2K
~1K People Reached
Member Avatar for hui_yang

Is all non-tail recursion function convertible to tail recursion function? If not, what is the pattern of the non-tail recursion function which is not convertible to tail recursion function? Is there any method to recognize whether a non-tail recursion function is convertible or not convertible to tail recursion function? Thank …

Member Avatar for arkoenig
0
126
Member Avatar for feedmeh8

Hey guys. Im new to these forums and was hoping i could get some help. Trying to figure out how to divide a number by another number in scheme without using /. I have written these functions that i can use in creating the divide function: [CODE](define pwr (lambda (a …

Member Avatar for tuffff
0
758
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