Skip to content

Don't trace macro execution i.e. compile time execution by default. #36

@BrucePay

Description

@BrucePay

When tracing, don't trace compile-time operations macros by default because the output overwhelms the runtime behaviour which is what you typically actually want to trace. Add flags to control this:

trace (for (let I 1) (< I 10) (once I) (print I))                 ; trace only the runtime execution
trace -macros (for (let I 1) (< I 10) (incr i) (printin i))    ; also trace the macro execution

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions