Skip to content

make-array: ERROR: Unknown keyword argument INITIAL-CONTENTS #482

Open
@VitoVan

Description

@VitoVan
Welcome to JSCL (version 25e0341 built on 18 May 2023)

JSCL is a Common Lisp implementation on Javascript.
For more information, visit the project page at [GitHub](https://github.com/jscl-project/jscl).

CL-USER> (make-array  
...  '(13 13)  
...  :initial-contents  
...  '(  
...    (1 1 1 1 1 1 1 1 1 1 1 1 1)  
...    (0 0 1 0 0 0 1 0 0 0 1 0 1)  
...    (1 0 1 0 1 0 1 1 1 0 1 0 1)  
...    (1 0 1 0 1 0 0 0 0 0 1 0 1)  
...    (1 0 1 0 1 1 1 1 1 0 1 0 1)  
...    (1 0 1 0 0 0 0 0 1 0 0 0 1)  
...    (1 0 1 1 1 0 1 1 1 0 1 0 1)  
...    (1 0 0 0 1 0 0 0 1 0 1 0 1)  
...    (1 1 1 0 1 1 1 0 1 0 1 0 1)  
...    (1 0 0 0 1 0 0 0 1 0 1 0 1)  
...    (1 0 1 1 1 0 1 1 1 0 1 0 1)  
...    (1 0 0 0 0 0 1 0 0 0 1 0 1)  
...    (1 1 1 1 1 1 1 1 1 1 1 0 1)  
...    ))
ERROR: Unknown keyword argument INITIAL-CONTENTS
CL-USER>

http://clhs.lisp.se/Body/f_mk_ar.htm

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions