Re: [pure-lang-users] case
Status: Beta
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2008-08-28 23:37:27
|
John Cowan wrote: > How about some syntax, loosely analogous to Common Lisp's #' that > indicates that the following symbol is to be interpreted as a function > in this particular use? This would make the symbol locally nullary. That would be a possibility, but I don't like that syntax, and anyway we don't have any special symbols to spare since they might all be defined as operators by the user. Also, frankly I don't think it's an issue since that usage is not all that common and you can just use a guard like f===int instead. Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |