janet
janet is an actively used programming language created in 2018.
2Years Old | ?Users | ?Jobs |
- the janet website
- janet first appeared in 2018
- Have a question about janet not answered here? Email me and let me know how I can help.
Example code 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)
Last updated August 9th, 2020