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)
http://wakelang.com/