Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Workflow/Rules Engine in Ruby?

2 views
Skip to first unread message

Saimon Moore

unread,
Dec 1, 2005, 5:27:51 AM12/1/05
to
Hi all,

Does anyone know of any workflow/rule engines implemented in Ruby?

Thanks,

Saimon

--
Posted via http://www.ruby-forum.com/.


Lyndon Samson

unread,
Dec 1, 2005, 7:43:03 AM12/1/05
to
On 12/1/05, Saimon Moore <saimo...@gmail.com> wrote:
>
> Hi all,
>
> Does anyone know of any workflow/rule engines implemented in Ruby?


Somebody released a state machine compiler that generates Ruby recently.

TeslaOMD

unread,
Dec 1, 2005, 10:05:21 AM12/1/05
to
It's not so much workflow, but if you're looking for something that
deals with Rules/Expert Systems I remember coming accross a few you
could either port or create C-binding that use the Rete algorithm.

I would suggest seeing if you can find a C/C++ implementation and
creating Ruby bindings.

Esteban Manchado Velázquez

unread,
Dec 1, 2005, 12:11:55 PM12/1/05
to

Saimon Moore

unread,
Dec 2, 2005, 5:52:06 AM12/2/05
to
>> Somebody released a state machine compiler that generates Ruby recently.
>
> State Machine Compiler? http://smc.sourceforge.net/
>
> Written in Java, I think, but generates Ruby (it's a compiler, so
> the
> result doesn't depend on Java or anything)...

Yes, I 'm having a good look at smc. It might just fit the bill but I
need to investigate it a bit deeper.

I think I might need to be able to modify it on the fly, in which case
smc may not be applicable.

Kaspar Schiess

unread,
Dec 2, 2005, 6:20:24 AM12/2/05
to
Hello Saimon,

Haven't tested it out, but there is
http://www.jhorman.org/Torrent/index.html

good luck
k

--
code manufacture & ruby lab at http://www.tua.ch/ruby

0 new messages