Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

프로젝트 1번에 끝재귀도 test하나요? #204

Open
kyungissac opened this issue Dec 17, 2015 · 1 comment
Open

프로젝트 1번에 끝재귀도 test하나요? #204

kyungissac opened this issue Dec 17, 2015 · 1 comment

Comments

@kyungissac
Copy link

프로젝트 1번도 끝재귀를 test하나요?

예를 들어

(myeval '(letrec ((f (lambda (x n)
(if (= x 0) n (f (- x 1) (+ n x)))) )) (f 100000 0) ))

이런 것의 결과가 바로바로 나와야 하나요?

@kim-yoonseung
Copy link

안 합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants