2011/3/24 Felix <fe...@call-with-current-continuation.org>:
> [...]
> (module foo (this that (interface: ARITHMETIC) the-other)
>  ...)
> [...]

Hello,

just a small remark about the syntax: I find this use of keywords
rather unintuitive. I would either expect to be able to write
something like this:

  (module foo (bar baz #:interface ARITHMETIC boing) ...)

Or something like this:

  (module foo (bar baz (interface ARITHMETIC) boing) ...)

But a keyword in operator position is unusual and looks rather strange
to me.

Ciao,
Thomas


-- 
When C++ is your hammer, every problem looks like your thumb.

_______________________________________________
Chicken-hackers mailing list
Chicken-hackers@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-hackers

Reply via email to