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

[Project] tail marker -> rcall #158

Open
summerBreeze2007 opened this issue Jun 7, 2024 · 1 comment
Open

[Project] tail marker -> rcall #158

summerBreeze2007 opened this issue Jun 7, 2024 · 1 comment
Labels
project Related to term project question Student's question

Comments

@summerBreeze2007
Copy link

summerBreeze2007 commented Jun 7, 2024

조교님 안녕하세요, 확인 받고 싶은 것이 하나 있어 질문 드립니다. Tail marker를 recursive 한 call 에 붙히면 backend에서 이를 rcall로 바꿔주는 것으로 알고 있는데 혹시 위 사실이 맞나요?

@strikef strikef added project Related to term project question Student's question labels Jun 10, 2024
@strikef
Copy link
Contributor

strikef commented Jun 10, 2024

네, 맞습니다.
@fn 안에서 tail call @fn 을 호출한다면 백엔드에서 rcall로 변환합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
project Related to term project question Student's question
Projects
None yet
Development

No branches or pull requests

2 participants