Category:11l

From Rosetta Code
Language
11l
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (machine code)
Garbage collected: No
Parameter passing methods: By reference, By value
Type strength: Strong
Type checking: Static
Lang tag(s): 11l
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using 11l.
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).

The design of 11l is aimed to achieve as much conciseness as possible.

The evident distinction of 11l from all other existing programming languages is its keywords are organized in a tree, not just a list. There are 11 keywords at the root of that tree, and each word can be written as one letter:
C, I, E, F, L, N, R, S, T, V, X.

Subcategories

This category has only the following subcategory.

@

Pages in category "11l"

The following 200 pages are in this category, out of 1,016 total.

(previous page) (next page)

C

(previous page) (next page)