About 50 results
Open links in new tab
  1. Data Structures - janet-lang.org

    The table below summarizes the big-O complexity of various operations and other information on the built-in data structures. All …

  2. Janet Programming Language

    May 9, 2026 · Janet is a functional and imperative programming language. It runs on Windows, Linux, macOS, and should run on …

  3. Introduction - Janet Lang

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

  4. cjanet

    cjanet/emit-comment function source (emit-comment msg) Emit a multi-line comment string for C cjanet/emit-declare function source …

  5. Numbers and Arithmetic - Janet Lang

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

  6. Math Module - janet-lang.org

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

  7. htmlgen - janet-lang.org

    Apr 3, 2026 · HTMLgen is a rendering engine that can render plain data structures into an HTML string. Its API has only one …

  8. Syntax and the Parser - janet-lang.org

    However, they are used differently and treated by the compiler as a constant rather than a name for something. Keywords are used …

  9. Strings, Keywords, and Symbols - janet-lang.org

    Janet supports several varieties of types that can be used as labels for things in your program. The most useful type for this purpose …

  10. Structs - janet-lang.org

    Structs are immutable data structures that map keys to values. They are semantically similar to tables, but are immutable. They also …