Search code examples
esoteric-languages

Incidental programming language aesthetics - smiley face


Is there a programming language where :) is valid syntax (excluding custom defined templates or operator overloading etc)?


Solution

  • Matlab. a(:) means "all the elements of a arranged as a column vector". Given liberal whitespace, you could also write it as a( :).