4.1 Config APIs

To change the default configurations:

(conf-set! key value)
;;e.g
(conf-set! 'debug-mode #t)

To get the current configuration:

(get-conf key)
;;e.g
(get-conf '(server charset))

To get the current hostname in GNU Artanis environment.

(current-myhost)