sasagawa888 / eisl

ISLisp interpreter/compiler
Other
272 stars 22 forks source link

Created initial string processing library #254

Closed gtnoble closed 1 year ago

gtnoble commented 1 year ago

I created the beginnings of a string processing library. This first commit includes a basic string converter as well as a join function that behaves like the one in Python.

sasagawa888 commented 1 year ago

Thank you.

lassik commented 1 year ago

Existing APIs:

SRFI 13 (String Libraries)

Common Lisp string functions

Common Lisp sequence functions