implement verbosity levels: debugging logs
Kacarott opened this issue · 0 comments
Kacarott commented
Calmshould log nothing and just throw errors on failure.Concisecould log what is being compiled: the name but not the definition. do not enter into recursion.Loquaciouscould then also log definitions.Verbosecould additionally log things for recursive calls. this would probably explode the amount of logging. eval can do something analogous. show exactly where any Error is thrown, and dump the environment at higher levels.