👉 Mimir is a concept in computer science that refers to an object or function that can be instantiated multiple times and does not have any side effects. In other words, it behaves like a "do-nothing" function, meaning it has no effect on the environment but only on itself. This concept is particularly useful for creating reusable objects that can perform tasks without requiring explicit creation or modification of new instances. For example, in a scenario where you need to create an object that performs a specific task