Skip to content

dfuenzalida/janet-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Janet Hello World

A simple Hello World! program using Janet lang from https://janet-lang.org/

Requisites

Install Janet from source, download the most recent release from https://github.com/janet-lang/janet/releases

  • On Linux, you'll need to install a C compiler and GNU Make to build from source. On Debian-based distros: sudo apt-get install build-essential will do.
  • Install Janet with make && make test then sudo make install.

Build

Build with jpm build, the binary will be on the build folder.

See also

Releases

No releases published

Packages

No packages published