Skip to content

Can section do early evaluation? #2

@rebelsky

Description

@rebelsky

Consider something like

(map (section tally-value (file->words "myfile.txt") <>) wordlist)

It feels like we should be able to read the file only once. However, the parameters to section may depend on the environment, which means that we can't evaluate until runtime. Need to think more about this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions