LightAndLight / ipso

A functional scripting language.
https://ipso.dev
17 stars 1 forks source link

`instance Debug Cmd` #268

Closed LightAndLight closed 1 year ago

LightAndLight commented 1 year ago

Cmds should have a debug instance:

> debug `command`
`command`

> let arg = "arg" in debug `command $arg`
`command arg`

Tasks