Re: Composable mutual recursive function composition

2013-03-11 Thread Brent Millare
I just added aliasing support. This way you can have "interface" keywords and depend on those. Then instead of redefining all functions to use a different key, you just change the alias. -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to

Re: Composable mutual recursive function composition

2013-03-10 Thread Catonano
I see now the blog post. Thanks anyway 2013/3/10 Catonano > What´s Prismatic for ? > > Why do you build graphs of computation ? > > Thanks > > > 2013/3/10 Brent Millare > >> I recently asked about mutual referenced support in the prismatic library >> plumbing >> >> https://github.com/Prismatic

Re: Composable mutual recursive function composition

2013-03-10 Thread Catonano
What´s Prismatic for ? Why do you build graphs of computation ? Thanks 2013/3/10 Brent Millare > I recently asked about mutual referenced support in the prismatic library > plumbing > > https://github.com/Prismatic/plumbing > > and currently its an open question about how to implement that. >