﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
546	Renaming spock's <script>?	Mario Domenech Goulart	felix winkelmann	"spock exports a {{{<script>}}} macro.  Coincidently, [[http://wiki.call-cc.org/egg/html-tags html-tags]] exports a procedure with the same name, since its procedures are named after html tags'.

Since both spock and html-tags are intended to be used by web applications, there's some chance they could be used together (e.g., integrating awful and spock for a hop-like framework).  In this case, we'd have a name clash, unless we explicitly rename things on importing.

I could rename html-tags {{{<script>}}} procedure, but that would generate a special case which would be awkward and irrelevant when spock is not used.

So I was thinking that maybe spock's {{{<script>}}} could be renamed.  Maybe {{{<spock>}}}, {{{<javascript>}}} or {{{<spockscript>}}}?
"	enhancement	closed	minor		extensions	4.6.x	fixed	spock, <script>		
