Hello, Am I the only one who find the lispy backquote macros better than the COMPOSE function ?
for example: `[ ,value1 to-string ( to-integer ,value2 ) + 2 ) ] instead of: compose/deep [ (value1) to-string (to-paren reduce[ to-paren reduce [ 'to-integer (value2) ] + 2 ] ] Why is it so ? -- henri -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
