Janet is a programming language created in 2018 by Calvin Rose.
| #217on PLDB | 8Years Old | 88Repos |
git clone https://github.com/janet-lang/janetA dynamic language and bytecode vm
import joy)
(defn home [request]
(joy/render :text "You found joy!"))
(def routes [[:get "/" home]])
(def app (joy/handler routes))
(joy/server app 8000)| Feature | Supported | Example | Token |
|---|---|---|---|
| Functions | ✓ | ||
| Assignment | ✓ | ||
| Lists | ✓ | ||
| Conditionals | ✓ | ||
| Booleans | ✓ | ||
| Integers | ✓ | ||
| Floats | ✓ | ||
| Print() Debugging | ✓ | ||
| Comments | ✓ | ||
| MultiLine Comments | X |
| title | date | score | comments |
|---|---|---|---|
| Janet is a Lisp for scripting, or embedding in other programs | 02/15/2019 | 3 | 0 |