
Strings, Keywords, and Symbols - Janet Lang
Upper and lower case The string library also provides facilities for converting strings to upper case and lower case. However, only ASCII characters will be transformed. The functions string/ascii-upper and …
Core API - janet-lang.org
Each case is a pattern to match against, followed by an expression to evaluate to if that case is matched. Legal patterns are: * symbol -- a pattern that is a symbol will match anything, binding `x`'s …
HTTP Framework - janet-lang.org
Janet is a functional and imperative programming language. It runs on Windows, Linux, macOS, FreeBSD and *nix.
Modules - janet-lang.org
Janet is a functional and imperative programming language. It runs on Windows, Linux, macOS, FreeBSD and *nix.
Syntax and the Parser - Janet Lang
By convention, most symbols should be all lower case and use dashes to connect words (sometimes called kebab case). Symbols that come from another module will typically contain a slash that …
httpf - janet-lang.org
Janet is a functional and imperative programming language. It runs on Windows, Linux, macOS, FreeBSD and *nix.
Looping - Janet Lang
Janet is a functional and imperative programming language. It runs on Windows, Linux, macOS, FreeBSD and *nix.
cjanet
Janet is a functional and imperative programming language. It runs on Windows, Linux, macOS, FreeBSD and *nix.
Documentation - Janet Lang
In the case of function and macro definitions, the string that occurs before the tuple of arguments is used as the docstring. In other cases, the string that occurs before the final value is used as the docstring.
OS Module - janet-lang.org
Janet is a functional and imperative programming language. It runs on Windows, Linux, macOS, FreeBSD and *nix.