Skip to content

Renaming a let-bound lambda #928

Description

@aartaka

So many Scheme implementations rename lambdas that were bound to some symbol in let. Chibi, for example:

(let ((a (lambda _ _))) a)
#<procedure a 0+>

STklos doesn’t do that yet:

(let ((a (lambda _ _))) a)
#[closure @1]

Is that implementable?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions