From cc64fa01e9bae297915906a03f85fe50be384990 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 23 Nov 2019 15:59:08 -0800 Subject: Capitalize all Scheme and Haskell modules --- Com/Simatime/Repl.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Com/Simatime/Repl.scm (limited to 'Com/Simatime/Repl.scm') diff --git a/Com/Simatime/Repl.scm b/Com/Simatime/Repl.scm new file mode 100644 index 0000000..af9a494 --- /dev/null +++ b/Com/Simatime/Repl.scm @@ -0,0 +1,23 @@ +(define-module (Com Simatime Repl) + #:export ()) + + +;; +;; repl customization +;; + +;; (use-modules (system repl common)) +;; (repl-default-option-set! +;; 'prompt +;; (lambda (repl) +;; (format #f "\n[~a@~a:~a]\nλ> " +;; (getenv "USER") +;; (vector-ref (uname) 1) +;; (pwd)))) + +;; TODO(bsima): (doc x) +;; TODO(bsima): (src x) +;; TODO(bsima): ,src command +;; TODO(bsima): ,shell command +;; TODO(bsima): how to load this file on startup? +;; for ,src and ,shell https://github.com/NalaGinrut/nala-repl -- cgit v1.2.3