FACTOID # 49: Kazakhstan is the world's largest landlocked country.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

FACTS & STATISTICS    Simple view

  1. Select countries to view: (hold down Control key and click to select several)

     

     

    Compare:

     

     

  1. Select fact or statistic: (* = graphable)

     

     

     

  2. (OPTIONAL) Compare to statistic: (both need to be graphable)

     

     

     

  3. View result as:

     

       
(OR) SEARCH ALL encyclopedia, stats & forums:   

Encyclopedia > False programming language

False is an esoteric programming language designed by Wouter van Oortmerssen in 1993, named after his favourite boolean value. It is a small Forth-like stack-based language, with syntax designed to make the code confusing and unreadable. It is also noteworthy for having a compiler only 1024 bytes in size (written in 68000 assembly). According to van Oortmerssen, False provided the inspiration for various well known esoteric languages, including Brainfuck and Befunge.


False is notably more tractable than most esoteric programming languages. The fundamental operations that it provides are reasonably sensible, and there is no gratuitous complexity. In these respects it stands in stark contrast to the behemoths Intercal and Malbolge. The difficulty of programming in False comes mostly from the low level nature of the language, which has the feel of a Forth-like assembly language. The remainder of the language's awkwardness comes from the concise punctuation-based syntax, which many people find more difficult than a more conventional word-based syntax.


Code examples

A factorial function:

 [$1=$[\%1\]?~[$1-f;!*]?]f: 

Write all prime numbers between 0 and 100:

 99 9[1-$][\$@$@$@$@\/*=[1-$$[%\1-$@]?0=[\$.' ,\]?]?]# 

External links

  • Wouter's False page (http://wouter.fov120.com/false/)
Notable esoteric programming languages

Befunge | Brainfuck | False | INTERCAL | Malbolge | Shakespeare | Unlambda | Whitespace

List of esoteric programming languages | Hello world program in esoteric languages

  Results from FactBites:
 
Pascal programming language - Wikipedia, the free encyclopedia (2269 words)
Pascal is based on the ALGOL programming language and named in honor of mathematician and philosopher Blaise Pascal.
Initially, Pascal was a language intended to teach students structured programming, and generations of students have "cut their teeth" on Pascal as an introductory language in undergraduate courses.
Pascal is a structured programming language, meaning that the flow of control is structured into standard statements, ideally without 'go to' commands.
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.