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.

It's a common belief in the coding world that becoming a mediocre coder is a death sentence for your career. With rapidly evolving technology and an ever-growing demand for highly skilled developers, settling for being an average coder could mean falling behind and being left in the dust. And this is especially true when it comes to specialized areas.

(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