Measures Concepts
GitHub icon

janet

janet - Programming language

< >

janet is a programming language created in 2018 by Calvin Rose.

Source code:
git clone https://github.com/janet-lang/janet
#438on PLDB 6Years Old 88Repos

A dynamic language and bytecode vm


Example from the web:
import joy) (defn home [request] (joy/render :text "You found joy!")) (def routes [[:get "/" home]]) (def app (joy/handler routes)) (joy/server app 8000)

Language features

Feature Supported Token Example
Functions ✓
Assignment ✓
Lists ✓
Conditionals ✓
Booleans ✓
Integers ✓
Floats ✓
Print() Debugging ✓
Comments ✓
MultiLine Comments X

HackerNews discussions of janet

title date score comments
Janet is a Lisp for scripting, or embedding in other programs 02/15/2019 3 0

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout