Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

janet

janet - Programming language

< >

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

#454on PLDB 5Years Old 3.2kUsers
0Books 0Papers 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
bbcode.html · janet.html · renpy.html

View source

- Build the next great programming language · Search · Day 214 · About · Blog · Acknowledgements · Traffic · Traffic Today · GitHub · feedback@pldb.com