in reply to Re: Seeking configuration language for rules based system.
in thread Seeking configuration language for rules based system.

Now, I love Guile (see Inline::Guile for proof) but why would you suggest it for this project? Guile is a Scheme interpreter. Scheme supports functional programming ala Lisp. It has nothing to do with rule-based systems.

-sam

  • Comment on Re: Re: Seeking configuration language for rules based system.

Replies are listed 'Best First'.
Re: Re: Re: Seeking configuration language for rules based system.
by bserfaty (Novice) on May 15, 2002 at 20:54 UTC
    Well, I said I'm not sure that guile is what he needs.
    I suggested it because, believe it or not, we (the development team I'm working at) are currently looking into guile as a base for implementing a rule based system.
    Rule based system can be (beautifully) implemented through Scheme. In the book Structure and Interpretation of Computer Programs there is a nice implementation of a rule based system in Scheme <A HREF=http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-29.html#%_sec_4.4.1">here.
    Thanks a lot for pointing me to the module. I will defently look into that.
    -bserfaty