Skip to content

Commit

Permalink
❗❗❗ Welcome invitation changed
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-chumak committed Jan 17, 2025
1 parent 9e92784 commit 120d89d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file modified repl
Binary file not shown.
5 changes: 2 additions & 3 deletions src/ol.scm
Original file line number Diff line number Diff line change
Expand Up @@ -361,13 +361,12 @@ Otus Lisp homepage: <https://github.com/otus-lisp/>.|) 1))
(system-stderr "Failed to enter the sandbox.\nYou must have SECCOMP support enabled.\n")
(halt 2)))


; ohai:
(if interactive?
(print "Welcome to Otus Lisp " (cdr version)
(print "Welcome to Otus Lisp " (cdr version) "."
(if sandbox? ", you feel restricted" "")
"\n"
(if embed? "" "type ',help' to help, ',quit' to end session.")))
(if embed? "" "Type ',help' for help, ',quit' to exit.")))

(if embed?
(let*((this (box (vm:pin env)))
Expand Down

0 comments on commit 120d89d

Please sign in to comment.