Viewing profile — rgherdt
rgherdt
HN member- Joined
- Thu, May 11, 2023, 7:57 AM UTC
- HN karma
- 4
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About rgherdt
No profile information was provided.
Recent public activity
-
comment
Comment #45160586
One strategy is by "tracing" a function call: https://docs.racket-lang.org/trace/
-
comment
Comment #45160242
That doesn't work for mutual recursion, what is quite common in Scheme programs. Besides, tail call optimization is not only useful in recursion.
-
comment
Comment #35899203
May I quote the first sentences from Scheme's R7RS standard that relates to this topic: "Programming languages should be designed not by piling feature on top of feature, but by re…