Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[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