Ask HN: Looking for the name of an experimental programming language

1 points by RX14 ↗ HN
I am trying to find the name of a programming langauge, but my google-fu has been ineffective.

It is an experimental programming language and the only features I remember were these:

- It allowed types as variable names like this:

  TypeName = methodWhichReturnsType()
  TypeName.methodOnType()
- It allowed multiple places for arguments in method names such as:

  String add(String string1)To(String string2)

2 comments

[ 5.4 ms ] story [ 19.2 ms ] thread