On Tue, Jul 10, 2012 at 11:09 AM, David A. Wheeler
<[email protected]> wrote:
> Me:
>> > I've now implemented the "." as an indentation character in the git 
>> > repository, so we can experiment with it.  I decided to *NOT* make it 
>> > equivalent to a space - you have to match exactly....
>
> AmkG:
>> That's quite fine, but that prevents us from drawing simple "pointing"
>> graphics in the indentation space.  Although I suppose that depends on
>> whether you view it as something that is ripe for abuse, or as a
>> simple way of putting attention towards things.
>
> For "pointing" graphics you could just use ";" comment lines.

It's a bit more heavyweight, viz:

define foo(x)
  define {y <=> z}
  . doing
  .   let w \ compute-x(y)
  .   let u \ compute-u(z)
  ....let v \ compute-v(y z x) ; take note of this thingy
  .   let n \ merge(w u v)
  .   n
  <=>

define foo(x)
  define {y <=> z}
  . doing
  .   let w \ compute-x(y)
  .   let u \ compute-u(z)
  ;---
  .   let v \ compute-v(y z x) ; take note of this thingy
  ;---
  .   let n \ merge(w u v)
  .   n
  <=>

Sincerely,
AmkG

------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/readable-discuss

Reply via email to