On 26 Jan 2014, at 10:08, Camille Teruel <camille.teruel@gmail.com> wrote:

[ [  ] ] 
prints:
[ ] 
instead of: 
[ [ ] ]

and
[ :arg | [ arg ] ]
prints:
DoIt
^ [ :arg | [ arg ] ] yourself
instead of: 
[ :arg | [ arg ] ]


Apparently it's the print that is not correct because of problem in #sourceNode.
Any clue? Marcus? Cl�ment?

Other than �the devil is in the details� (this is all far too complex for my taste, implementation wise�)

Can you add an issue? My problem is that i have no time right now to even think about it�

Marcus