[racket] Persistence for Datalog

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Tue Jul 26 08:23:22 EDT 2011

I've just added this support to the Racket interface. I don't yet have
plans to add it to the Datalog interface in the form of "/" commands
like "/dump" and "/load" that other Datalog implementations have.

Jay

On Mon, Jul 4, 2011 at 10:01 AM, Jay McCarthy <jay.mccarthy at gmail.com> wrote:
> There's no way to do it write now. I could do it easily from the
> Racket API, but from within Datalog, I don't want to do very much that
> isn't compatible with some other Datalog implementation. I'll make a
> note to look and see how other implementations do it.
>
> Jay
>
> 2011/7/3 manu d <th3rac25 at googlemail.com>:
>> Hi,
>> What is the easiest way to write Datalog 'theories' to disk ?
>> They are implemented as hashes, so what's the easiest way to
>> serialize/deserialize these ?
>> Thanks
>> T.
>> _________________________________________________
>>  For list-related administrative tasks:
>>  http://lists.racket-lang.org/listinfo/users
>>
>
>
>
> --
> Jay McCarthy <jay at cs.byu.edu>
> Assistant Professor / Brigham Young University
> http://faculty.cs.byu.edu/~jay
>
> "The glory of God is Intelligence" - D&C 93
>



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

"The glory of God is Intelligence" - D&C 93



Posted on the users mailing list.