Search results
5 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). The design of 11l is aimed to achieve as much ...
Code blocks Semicolon free grammar and implied line joining Comments String literals Integer literals Keywords: C/in I/if and E/else F/fn
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).
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. Tasks. ABC Problem 100 doors Euler method
Nov 9, 2023 · Scratch is a user-friendly programming language designed for kids and beginners. This scratch tutorial will show you why Scratch is a great choice for young learners who want to start coding by creating simple games. Whether you want to tell interactive stories, create games, or learn the basics of animation, Scratch provides a versatile platform f
May 1, 2022 · But in 11l, it is possible: fn f(x) {if x {print(x)}} Always room for improvement In my anything but humble opinion, 11l implements the most advanced lexical analyzer of all currently existing programming languages. However, it can still be improved. For example, the third automatic line joining rule could be dropped, to support code like this:
The following table summarizes all 11l operators in order of precedence from highest to lowest: x.y module:f a[i] a[%i] f(x) x--x++ x! x.* Member access