Search results
[semi-esoteric] compiled general-purpose programming language
- 11 l is a [semi-esoteric] compiled general-purpose programming language, which provides a simple and direct mapping to hardware and strives to follow a zero-overhead principle, like C++ (unused language features do not add run-time overhead). 11l is statically typed, but feels very much like a dynamically typed language (e.g. Python).
11l-lang.org/
11l is a [semi-esoteric] compiled general-purpose programming language, which provides a simple and direct mapping to hardware and strives to follow a zero-overhead principle, like C++ (unused language features do not add run-time overhead). 11l is statically typed, but feels very much like a dynamically typed language (e.g. Python).
11l {{language|11l |checking=static |exec=machine |gc=no |parampass=both |strength=strong |tags=11l |site=http://11l-lang.org }}11l is a [semi-esoteric] high-level general-purpose programming language, which provides a simple and direct mapping to hardware and aims to follow a zero-overhead principle, like C++. 11l is statically typed, but ...
Semicolon free grammar and implied line joining. Comments. String literals. Integer literals. Keywords: C/in. I/if and E/else. F/fn. L/loop.
Built-in Types. Boolean type. Bool has two possible values: 0B. and. 1B. {…}. [Like in Boolean algebra, in which 0 and 1 are used.] Integral type ( 32 or 64 bits). To construct an integer from a string write. Int ( s) . To construct an integer from a string in radix. base. write. Int ( s, radix' base) .
May 1, 2022 · In addition to splitting the source code of a program into tokens, the lexical analyzer is also charged with determining statement boundaries. Traditionally, a semicolon is used in C-like programming languages (C++, C#, Java, D) as a statement terminator.
4 days ago · 11l (elevenel) is a [semi-esoteric] high-level general-purpose programming language, which provides a simple and direct mapping to hardware and aims to follow a zero-overhead principle, like C++. 11l is statically typed, but feels very much like a dynamically typed language (e.g. Python).
Jul 27, 2022 · 11l Programming Language Forum. New posts English Forum. Development. Threads 11 Messages 33. Sub-forums. Sub-forums. Standard Library. Differences from Python ...