1config BR2_PACKAGE_JANET 2 bool "janet" 3 help 4 Janet is a functional and imperative programming language. 5 The entire language (core library, interpreter, compiler, 6 assembler, PEG) is less than 1MB. You can also add Janet 7 scripting to an application by embedding a single C file 8 and two headers. 9 10 https://janet-lang.org/ 11