jscl-project / jscl

A Lisp-to-JavaScript compiler bootstrapped from Common Lisp

Home Page:https://jscl-project.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add missing sequence type specifiers

Uthar opened this issue · comments

Sequence functions (map, concatenate) should also work on these specifiers:

  • simple-string
  • simple-base-string
  • base-string
  • simple-vector
  • bit-vector

Are there others? I can't find the related resource in CLHS. Does anyone know?