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 <[email protected]> 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 <[email protected]>: >> 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 <[email protected]> > Assistant Professor / Brigham Young University > http://faculty.cs.byu.edu/~jay > > "The glory of God is Intelligence" - D&C 93 > -- Jay McCarthy <[email protected]> Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay "The glory of God is Intelligence" - D&C 93 _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

