Skip to content

Library of js programs and demos for quines in graph-rewriting systems (for now chemlambda and interaction combinators).

Notifications You must be signed in to change notification settings

mbuliga/quinegraphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ea42ae5 · Mar 29, 2023
Jun 25, 2020
Mar 29, 2023
Nov 18, 2022
Aug 7, 2020
Jul 13, 2020
Nov 7, 2019
Nov 7, 2022
Mar 16, 2021
Jan 27, 2020
Jul 22, 2020
Mar 16, 2021
Mar 16, 2021
Nov 19, 2022
Mar 16, 2021
Mar 16, 2021
Mar 16, 2021
Mar 16, 2021
Mar 31, 2020
Mar 16, 2021
Nov 9, 2019
Mar 16, 2021

Repository files navigation

Quine graphs

Given a graph rewrite system. a graph G is a quine graph if it has a non-void maximal non-conflicting collection of rewrite patterns, such that after the rewrites from the collection are done in parallel we obtain a graph isomorphic with G.

We invite you to explore some of their properties, with examples taken from lambda calculus, interaction combinators and chemlambda.

Part of:

Technical notes:

Demos

See also

More here