Skip to content

Core functions are not available as symbols #8

@larsen

Description

@larsen

Core functions (such as cons) are not available as symbols in the interpreter.
Therefore one cannot write code like

(define (myappend xs ys)
  (foldr cons ys xs))

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions