summaryrefslogtreecommitdiff
path: root/Com/Simatime/Repl.scm
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-11-23 15:59:08 -0800
committerBen Sima <ben@bsima.me>2019-11-23 15:59:08 -0800
commitcc64fa01e9bae297915906a03f85fe50be384990 (patch)
tree0edce8775852170464cad7408c3c81dec8ad9bf6 /Com/Simatime/Repl.scm
parentcb6147436f5cdc42622e849cfd6612261704b839 (diff)
Capitalize all Scheme and Haskell modules
Diffstat (limited to 'Com/Simatime/Repl.scm')
-rw-r--r--Com/Simatime/Repl.scm23
1 files changed, 23 insertions, 0 deletions
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