Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Add recoverable error handling #16

@darkf

Description

@darkf

Some form of recoverable error handling is needed to write robust programs. Exceptions, failures, etc. are all acceptable mechanisms, but one must be selected to use.

Probably look at using ErrorT in the interpreter for eval. Perhaps catchError could be used to implement try...catch blocks and exceptions within the language.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions