Imp: solving functions

from blog Scattered Thoughts, | ↗ original
This is a part of a series - start at the beginning. Here is some imp code that does a reverse lookup on a table: This is kind of verbose - worse even than the equivalent sql: select name from departments where department = "marketing" This is a problem, because one of the design goals of imp is to make it easy to...