This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: finite state machines in guile



klaus.schilling@home.ivm.de writes:
> 
> What is a good way to model finite state machines in guile?
> Does it make sense to wrap a R.Smith's libfsm , or can guile do it better
> on its own?
> 

I am unfamiliar with libfsm, but I am inclined to think one could come
up with something with a nicer Scheme interface by sticking to plin
Scheme (compiling with hobbit if performance becomes an issue).


Please let me know if you come up with anything, I think a good finite
state machine package might be useful for a number of things in scwm.