Should format detect too many arguments?

Asked by Derick Eddington

I.e. should this raise an exception:
> (format "blah" 123)

Systems I tried which do detect too many arguments:
MzScheme
Petite Chez
SRFI-28: Basic Format Strings

Systems I tried which do not:
Larceny

Question information

Language:
English Edit question
Status:
Solved
For:
Ikarus Scheme Edit question
Assignee:
No assignee Edit question
Solved by:
Abdulaziz Ghuloum
Solved:
Last query:
Last reply:
Revision history for this message
Best Abdulaziz Ghuloum (aghuloum) said :
#1

Yes and done.

Revision history for this message
Derick Eddington (derick-eddington) said :
#2

Thanks Abdulaziz Ghuloum, that solved my question.