CNMAT / CNMAT-odot

Multi-paradigm Dynamic Programming
Other
115 stars 11 forks source link

Version of the delete function that operates on patterns #422

Open maccallum opened 3 years ago

maccallum commented 3 years ago

Federico Visi mentioned that it would be nice to be able to name temp variables with a prefix like /tmp, and then delete them with something like delete(/tmp/*). In order to avoid issues with implicit pattern matching like #421, my preference would be to have a different function, like deletep(/tmp/*), for example.

ramagottfried commented 3 years ago

+1 for deletep()

ramagottfried commented 3 years ago

or maybe matchdelete()?