Ernest:

Maybe you know about the Kawa Scheme language interpreter-compiler. It's a kind of 
succesor of the Guile project by GNU, but using Java. It certainly is a nice 
implementation, but the important part is that the compiler includes the gnu.bytecode 
package, that is "classes to generate, read, write, and print Java bytecode (.class) 
files. It is used by Kawa to compile Scheme into bytecodes; it should be useful for 
other languages that need to be compiled into Java bytecodes."  Well, just an idea.

The web address is: http://www.cygnus.com/~bothner/gnu.bytecode/

By the way, I am so curious to see how did you combined backward chaining and the 
production system.

-----Original Message-----
From:   Ernest Friedman-Hill [SMTP:[EMAIL PROTECTED]]
Sent:   Tuesday, November 10, 1998 2:06 PM
To:     [EMAIL PROTECTED]
Subject:        Re: JESS: Serialization of Jess state ..

> Well,  I have a 'Jess 5.0 alpha' here which I'd like to release soon
> - DEEP alpha, still several important known problems. This version does make
> all of the core classes Serializable in the Java sense, and there's a
> "dump" command which lets you erialize everything out. THe probloem is
> that Java serialization is a -pig-. Even a small rulebase results in a
> huge .ser file - many megabytes, many seonds or minutes to write or
> read. I'm going to have to write special writeObject methods (or
> externalization methods) for many classes to make this practical, so
> it probably will be a month or three before there's a usable
> bload/bsave.
>
> ---------------------------------------------------------------------
> To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
> in the BODY of a message to [EMAIL PROTECTED], NOT to the
> list. List problems? Notify [EMAIL PROTECTED]
> ---------------------------------------------------------------------

application/ms-tnef

Reply via email to