Q is an open source programming language created in 1991 by Albert Gr盲f.
#1751on PLDB | 33Years Old |
Pure, successor to the equational language Q, is a dynamically typed, functional programming language based on term rewriting. It has facilities for user-defined operator syntax, macros, arbitrary-precision arithmetic (multiple-precision numbers), and compiling to native code through the LLVM. Pure is free and open-source software distributed (mostly) under the GNU Lesser General Public License version 3 or later. Read more on Wikipedia...
extern int puts(char*);
hello = puts "Hello, world!";
hello;