You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the conch macros to have high cognitive overhead. For fear of side-effects, I went and glossed over let-programs first before trying it.
It would be nice if conch could return a lazy program via let that did path resolution at run-time, perhaps with existence (and permission) checking at definition time. E.g.:
I found the conch macros to have high cognitive overhead. For fear of side-effects, I went and glossed over
let-programs
first before trying it.It would be nice if conch could return a lazy program via
let
that did path resolution at run-time, perhaps with existence (and permission) checking at definition time. E.g.:I believe this would satisfy 99% of use-cases and would make Conch more approachable :).
The text was updated successfully, but these errors were encountered: