Re: [CIL users] Using monads in CIL?

2014-12-23 Thread Shalini Sham
unsubscribe On Tue, Dec 23, 2014 at 12:38 AM, Gabriel Kerneis wrote: > > Le 2014-12-22 15:30, Alex Susu a écrit : > > Did anybody consider using monads in CIL? > > CIL is a large piece of software, relying very heavily on mutation and > object-oriented paradigm (with the visitor pattern). Th

Re: [CIL users] Using monads in CIL?

2014-12-23 Thread Gabriel Kerneis
Le 2014-12-22 15:30, Alex Susu a écrit : > Did anybody consider using monads in CIL? CIL is a large piece of software, relying very heavily on mutation and object-oriented paradigm (with the visitor pattern). This is sometimes painful, because the nice CIL AST is a leaky abstraction when mu