On Tue, 06 Oct 2015 05:51:50 -0500,
Paolo Giarrusso wrote:
>
> On Monday, October 5, 2015 at 10:55:07 PM UTC+2, Vincent St-Amour wrote:
> > I'm not aware of a complete querying solution, but here are a few
> > pointers that may be useful.
> >
> > - If you store your data as lists, you can go a lo
On Monday, October 5, 2015 at 10:55:07 PM UTC+2, Vincent St-Amour wrote:
> I'm not aware of a complete querying solution, but here are a few
> pointers that may be useful.
>
> - If you store your data as lists, you can go a long way with standard
> list combinators, such as `map`, `filter` and `
I'm not aware of a complete querying solution, but here are a few
pointers that may be useful.
- If you store your data as lists, you can go a long way with standard
list combinators, such as `map`, `filter` and `fold`. `group-by` (from
`racket/list` if you're running from git head, or `unstab
3 matches
Mail list logo