Category:Janet

From Rosetta Code
Revision as of 21:44, 5 March 2024 by Nilsola (talk | contribs)
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Janet
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Janet.

Janet is a C based, Clojure-like lisp for scripting and prototyping.

From the website https://janet-lang.org

Janet is a functional and imperative programming language. It runs on Windows, Linux, macOS, BSDs, and should run on other systems with some porting. The entire language (core library, interpreter, compiler, assembler, PEG) is less than 1MB. You can also add Janet scripting to an application by embedding a single C source file and a single header.