Skip to content

Replace Env implementation with functions #40

Open
@JohanWiltink

Description

@JohanWiltink

The current Env is already opaque. It might turn out implementing environments with functions is faster, because copying is faster and sharing is improved. If so, we lose nothing by switching.

I'm not saying the current implementation is ideal - it would be good to be able to look into an environment and see actual values. But I have no ideas how to allow for call by need and have them be transparent and memory efficient.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ideaA potential feature/improvement. Not confirmed.v2To be implemented for version 2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions