User Portlet User Portlet

Jose Gomez
Discussions
Hi José, Agreement your Project Driven Approach may be addictive. And of course if you allow I may use your project. I would like to be more systematic. First of all I would like to state what the goals of your project are, I would like to state a...
Yes, indeed HoldPattern is very useful. A classic example from documentation which I personally use quite a bit Cases[{a -> b, c -> d}, HoldPattern[a -> _]] Out = {a -> b} versus [mcode] Cases[{a -> b, c -> d}, a -> _] Out = {}...