summaryrefslogtreecommitdiff
path: root/Alpha/Repl.scm
diff options
context:
space:
mode:
Diffstat (limited to 'Alpha/Repl.scm')
-rw-r--r--Alpha/Repl.scm23
1 files changed, 23 insertions, 0 deletions
diff --git a/Alpha/Repl.scm b/Alpha/Repl.scm
new file mode 100644
index 0000000..f2d9160
--- /dev/null
+++ b/Alpha/Repl.scm
@@ -0,0 +1,23 @@
+(define-module (Alpha 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