modus
modus copied to clipboard
Proposal: Allow copying multiple files to the same destination via `(::)copy([...], dest)`
What do you think...
This does make (::)copy
polymorphic though
Yes, it makes sense to do after we add polymorphism, because Dockefiles also support copying multiple files.
We can already do it since we don't have type checking yet, and basically when we add type checking we will need to be able to do polymorphism.
Not sure of dynamic typing is suitable for Datalog. In Prolog, exceptions are thrown when an argument is of a wrong type. If we just implement logical failures, it might be hard to debug.