
Looping - Janet Lang
Janet is a functional and imperative programming language. It runs on Windows, Linux, macOS, FreeBSD and *nix.
Flow - janet-lang.org
The second primitive control flow construct is the while loop. The while form behaves much the same as in many other programming languages, including C, Java, and Python. The while loop takes two or …
Array Module - janet-lang.org
Janet is a functional and imperative programming language. It runs on Windows, Linux, macOS, FreeBSD and *nix.
The Event Loop - Janet Lang
Janet comes with a powerful concurrency model out of the box - the event loop. The event loop provides concurrency within a single thread by allowing cooperating fibers to yield instead of blocking forward …
generators - janet-lang.org
Janet is a functional and imperative programming language. It runs on Windows, Linux, macOS, FreeBSD and *nix.
Prototypes - janet-lang.org
Janet is a functional and imperative programming language. It runs on Windows, Linux, macOS, FreeBSD and *nix.
Dynamic Bindings - janet-lang.org
Many lisps, especially traditional lisps, support dynamically scoped bindings. This is in contrast to lexically scoped bindings, which are usually superior to dynamically scoped bindings in terms of …