[parenscript-devel] CONCAT-STRING
I was just looking at CONCAT-STRING in the file macros.lisp. This name is misleading, I think, since the arguments need not be strings. (They get converted to strings if necessary.) Perhaps CONCAT-TO-STRING or STRINGIFY? I prefer the latter for brevity.
STRINGIFY is a good one. 2010/8/18 Daniel Gackle <danielgackle@gmail.com>:
I was just looking at CONCAT-STRING in the file macros.lisp. This name is misleading, I think, since the arguments need not be strings. (They get converted to strings if necessary.) Perhaps CONCAT-TO-STRING or STRINGIFY? I prefer the latter for brevity. _______________________________________________ parenscript-devel mailing list parenscript-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
Even better is 'str' which is what Clojure calls the function that does (almost) the same thing. 2010/8/19 Vladimir Sedach <vsedach@gmail.com>:
STRINGIFY is a good one.
2010/8/18 Daniel Gackle <danielgackle@gmail.com>:
I was just looking at CONCAT-STRING in the file macros.lisp. This name is misleading, I think, since the arguments need not be strings. (They get converted to strings if necessary.) Perhaps CONCAT-TO-STRING or STRINGIFY? I prefer the latter for brevity. _______________________________________________ parenscript-devel mailing list parenscript-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
participants (2)
-
Daniel Gackle
-
Vladimir Sedach