Skip to content

new syntax sugar for anonymous objects #3704

@yegor256

Description

@yegor256

Consider this code:

malloc.of
  100
  [m] >>
    QQ.io.stdout > @
      m.read 0 10

It would be more convenient to write it shorter:

malloc.of 100 [m] >>
  QQ.io.stdout > @
    m.read 0 10

This will save one indentation.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions