Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Pure

< >

Pure is an open source programming language created in 2008 by Albert Gräf.

#1164on PLDB 16Years Old
Homepage · REPL · Try It Online · Wikipedia

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...


Example from Wikipedia:
extern int puts(char*); hello = puts "Hello, world!"; hello;

- Build the next great programming language · Add · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v164.7.0