<div>Good day.</div><div><br></div>Please find attached a patch to make Parenscript's MAKE-ARRAY accept a single dimension argument, plus at most one of the keyword arguments INITIAL-CONTENTS or :INITIAL-ELEMENT (plus, optionally, an :ELEMENT-TYPE, which is silently ignored).  For reverse compatiblity, any sequence of arguments to MAKE-ARRAY which does not fit the above convention, shall be treated the same as before, that is, formatted as arguments to new Array().<br>
<div><br></div><div>The rationale for the changes is to improve interoperability between PS and Lisp proper.  At present, initializing array elements to anything other than the default value (which, in Lisp, is implementation-dependent) requires writing a user-side loop over the array.</div>
<div><br></div><div>A couple of unit tests are included in the patch.</div><div><br></div><div>Yours,</div><div> — B. Smilga.</div><div><br></div>