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
I have some related data in multiple tables. I do like the way Peter Seibel
utilized simple database code in PCL. Looking to do something like that in
Racket. Create an in-memory databases and run some database functions on it to
explore the data. Something like LambdaLite or cl-store in Comm
4 matches
Mail list logo