Skip to content

Return function name when showing the value of a function #48

@ptdecker

Description

@ptdecker

Instead of:

> (define (square x) (* x x))
ok
> square
#<compound-procedure>

We want:

> (define (square x) (* x x))
ok
> square
#<compound-procedure square>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions