Feature Requests item #1483916, was opened at 2006-05-08 16:56
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379537&aid=1483916&group_id=23735
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 3
Submitted By: Matthias Radestock (mradestock)
Assigned to: Nobody/Anonymous (nobody)
Summary: "/" in procedure names should mean "with"
Initial Comment:
There is a naming convention in Scheme that denotes
"with" with "/" in procedure names, e.g. |call/cc| for
|call-with-current-continuation|. The converse is also
true, i.e. "/" should, usually, mean "with".
Hence we should not have any procedure names containing
"/" unless it stands for "with".
SISC falls faul of that rule in a bunch of modules that
use "/" as a prefix in exported symbols, e.g. |thread/new|.
We also have |with/fc|, which makes no sense at all.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379537&aid=1483916&group_id=23735
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
|