About 50 results
Open links in new tab
  1. Looping - Janet Lang

    Janet is a functional and imperative programming language. It runs on Windows, Linux, macOS, FreeBSD and *nix.

  2. 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 …

  3. Array Module - janet-lang.org

    Janet is a functional and imperative programming language. It runs on Windows, Linux, macOS, FreeBSD and *nix.

  4. 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 …

  5. generators - janet-lang.org

    Janet is a functional and imperative programming language. It runs on Windows, Linux, macOS, FreeBSD and *nix.

  6. Prototypes - janet-lang.org

    Janet is a functional and imperative programming language. It runs on Windows, Linux, macOS, FreeBSD and *nix.

  7. 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 …