srikumarks / muSE

Automatically exported from code.google.com/p/muvee-symbolic-expressions
Other
6 stars 2 forks source link

muSE doesn't support the block comment and expression comment syntax of Scheme #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Its useful to have block comments and the facility to comment out an
expression just like what Scheme provides. This won't complicate the muSE
runtime much and will only add a teeeeny little bit of overhead to the reader.

Original issue reported on code.google.com by srikuma...@gmail.com on 19 Sep 2006 at 3:03

GoogleCodeExporter commented 9 years ago
The block comment format is a nestable #| ... |# form.

Original comment by srikuma...@gmail.com on 17 Dec 2006 at 8:51