Skip to content

Allow nesting of text nodes #17

@askonomm

Description

@askonomm

Currently a user cannot do this:

($ "hello" "world" (map ...) "something else")

And instead has to do this:

($ :<>
  ($ "hello" )
  ..

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions