Category:Janet: Difference between revisions

From Rosetta Code
Content added Content deleted
(Restructured the website link)
No edit summary
Line 5: Line 5:
From the website [https://janet-lang.org https://janet-lang.org]
From the website [https://janet-lang.org https://janet-lang.org]


Janet is a functional and imperative programming language. It runs on Windows, Linux, macOS, and should run on other systems with some porting. The entire language (core library, interpreter, compiler, assembler, PEG) is about 300-500 kB and should run on many constrained systems.
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.

Revision as of 21:44, 5 March 2024

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.