Closed bennn closed 2 months ago
This program was an error because the logging setup called read and would die if it ever saw a #lang:
read
#lang
#lang forge/temporal // #lang froglet
Use with-handlers to avoid.
with-handlers
closes #269
This program was an error because the logging setup called
read
and would die if it ever saw a#lang
:Use
with-handlers
to avoid.