summaryrefslogtreecommitdiff
path: root/Alpha/Repl.scm
blob: f2d9160283b715ac3291dbb48682b0093d420e9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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