Skip to content

Define and use MAPCAT; support multiple return values - #203

Open
shawwn wants to merge 2 commits into
sctb:masterfrom
shawwn:2018-09-17/mapcat
Open

Define and use MAPCAT; support multiple return values#203
shawwn wants to merge 2 commits into
sctb:masterfrom
shawwn:2018-09-17/mapcat

Conversation

@shawwn

@shawwn shawwn commented Sep 17, 2018

Copy link
Copy Markdown
Contributor

This PR simplifies much of the string processing in compiler.l by
defining MAPCAT.

It additionally introduces support for multiple return values:

  (define (a b) ((fn () (return true 1))))
  (test= '(true 1) (list a b))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant