Artanis home

 

A fast monolithic web-framework

of Scheme

2023 Lisp in summer projects

Authored by


                                

Sailing to /dev/null

That is no future for mediocre coder.

The hacker is one another's arm. Codes in the editors.

Those dying generations - at their song.

(use-modules (artanis artanis))
(init-server)
(get "/hello"(lambda () "hello world"))
;; run it
(run #:port 8080)
curl localhost:8080/hello
==> hello world

Source: powered by This page is Powered by