[Omake] printing out an unevaluated expressions?
Erick Tryzelaar
erickt at dslextreme.com
Sun Jan 28 15:42:44 PST 2007
Is there any way to get to the osh expression printer? I'm trying to
debug some code, and it would be really handy if I could print out
things like the osh printer can do. Mainly I'd like this in order to see
what an unevaluated lazy value is, like this:
% A=1
- : "1" : Sequence
% B=2
- : "2" : Sequence
% C=$`(add $A, $,B)
- : $(apply global.add $(apply global.A) "2" : Sequence)
But exposed in regular .om files. Did I miss a function that does this
already?
-e
More information about the Omake
mailing list