Live data from Hacker News

Viewing profile — rgherdt

rgherdt

HN member
Joined
Thu, May 11, 2023, 7:57 AM UTC
HN karma
4
Public activity
3 items

About rgherdt

No profile information was provided.

Recent public activity

  1. comment
    Comment #45160586

    One strategy is by "tracing" a function call: https://docs.racket-lang.org/trace/

  2. 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.

  3. 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…