Skip to content

Rethink arrow operators #59

Description

@AndreVanDelft

Currently we have arrow operators such as in

x ~~(p:Int)~~>y1
 +~~(s:String)~~y2

With the Smalltalk style method calls we split up the method name, but keep the commas (unlike in Scala). We could do something similar for the arrows, to get rid of the ugly plus characters:

x ~~(p:Int)~~>y1,
  ~~(s:String)~~>y2

or

x ~~(p:Int)~~>y1
 ,~~(s:String)~~>y2

Activity

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions