[REBOL] lisp-like backquotes macros
From: henri:morlaye:gm:ail at: 26-Nov-2005 0:49
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