On Sat 09 Mar 2013 02:58, Daniel Hartwig <[email protected]> writes:
> -- Scheme Procedure: eval-string string [#:module=#f] [#:file=#f]
> [#:line=#f] [#:column=#f] [#:lang=(current-language)]
> [#:compile?=#f]
>
> we see that there is some potential confusion between the close,
> unescaped (as with @code, ‘’) nesting of the parens/brackets.
Should we remove the brackets entirely? i.e
-- Scheme Procedure: eval-string string #:module=#f #:file=#f
#:line=#f #:column=#f #:lang=(current-language)
#:compile?=#f
Or with @code{}:
-- Scheme Procedure: eval-string string #:module=‘#f’ #:file=‘#f’
#:line=‘#f’ #:column=‘#f’ #:lang=‘(current-language)’
#:compile?=‘#f’
Dunno, just throwing more ideas out there...
Andy
--
http://wingolog.org/