Megatest

Artifact [d6f9a8e12c]
Login

Artifact d6f9a8e12c1cf6d2b1db678dd0d882569c7ea03d:


(use readline apropos)
(import readline)
(import apropos)
(gnu-history-install-file-manager
	     (string-append
	      (or (get-environment-variable "HOME") ".") "/.megatest_history"))
(current-input-port (make-gnu-readline-port "megatest> "))
;; (current-input-port (make-readline-port))
;; (install-history-file #f "/.csi.history")
(repl)