Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: janet Clear Filter

Janet: Lightweight, Expressive, Modern Lisp

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. Use Cases Janet makes a good system scripting language, or a language to embed in other programs. Janet also can be used for rapid prototyping, dyna