I’ve written a little library Rhombus. I think my favorite thing is the `…` operator. Go check it out. It’s not like the splat operator in other languages, though it does give that feel initially. It’s much more general: it works with nested data structures and can take the place of a `map` operation. The best part of `…` is that it is not a built-in thing —it’s just a macro! The magic is that Rhombus lets you define…
I appreciate your enthusiasm. But three dots are really hard to google. Can you provide a link?