|
|
|
|
|
by mike_hearn
871 days ago
|
|
Sure you can. In Permazen they're expressed as set operations over collections of objects, so you use map, filter, fold etc as you would if programming functionally. Indexes are also exposed as collections. Reads and writes on those objects are then mapped to K/V operations. |
|