Ask HN: Looking for the name of an experimental programming language1 points·by RX14·11 lat temu·2 commentsI 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)1 commentsPost comment[–]heimp·11 lat temureplyWas it Wake?http://wakelang.com/[–]RX14·11 lat temureplyAh, yes it was thank you!
It is an experimental programming language and the only features I remember were these:
- It allowed types as variable names like this:
- It allowed multiple places for arguments in method names such as: