Skip to content

Support lists of lists #2

Closed
Closed
@slyrus

Description

@slyrus

The documentation isn't quite clear on whether lists of lists should be supported (or arbitrary multi-dimensional lists). Sequences and arrays are supported, but should something like this work?

(defparameter *foo-list*
  '(("moose" "mouse")
    ("horse" "house")))

(select:select *foo-list*
  (select:range 0 1)
  (select:range 0 1))

It seems like it wouldn't be too hard to support this and in at least one case just removing an assertion does allow this to "work". But of this is off-topic, I'll try to find a different approach.

thanks!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions