Email or username:

Password:

Forgot your password?
Top-level
Devil Lu Linvega

@chainik I hadn't seen Kappa, but it looks like it's petri nets and these sorts of things. Modal, the language I currently use could probably host graph rewriting quite nicely, but its closer languages, I think, are Thue and Maude. The advantage of string rewriting the way modal does it is that it has a nicer UX I find, it's a bit easier to reflect about.

I didn't know you were using rewriting systems at all, that's cool :) You're full of surprises.

2 comments
418 I'm a Teapot

@neauoire :) yes, it is related to petri nets: graph rewriting on a (labelled) discrete graph is equivalent to a petri net. edges make things more fun, so Kappa is more general. we are working on a yet more general variant called CSet rewriting mainly for use in epidemiology (johncarlosbaez.wordpress.com/2). we do not yet have a very good surface syntax for it, though, so Modal and Thue (less so Maude, it is quite complicated) are good inspiration.

Devil Lu Linvega

@chainik Whenever you come across interesting(or odd) things that can be done with Kappa, send it my way :)

Go Up