Nox is a programming language inspired by OCaml, Standard ML, Haskell and Rust, licensed under the GPLv3 license. Its compiler has a borrow checker in order to avoid having a garbage collector in the runtime. It aims to be a safe and fast functional programming language.