So I've started coding, and I thought up of some (ab)use of SUBLIST:

define foo(x) $ let
! \\
!   var1 $ bar x
!   var2 $ quux x
! nitz var1 var2

define-syntax foo $ syntax-rules (bar)
  \\
  ! foo x
  !   var bar value
  ! \\
  ! foo-func
  ! ! lambda (var)
  ! !   x
  ! ! value

Thoughts?  Is this better or worse than standard syntax?

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Readable-discuss mailing list
Readable-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/readable-discuss

Reply via email to