Next: , Up: using   [Index]


2.1 Interactive sessions

If we want an interactive session, use a bare vicare command, with no options.

$ vicare
Vicare Scheme version 0.3d0
Revision devel/a59ec3abedf0a80e07d011269ba9aeb134227e41
Build 2013-04-13

Copyright (c) 2011-2016 Marco Maggi
Copyright (c) 2006-2010 Abdulaziz Ghuloum and contributors

vicare> (+ 2 2)
4

end–of–file (Ctrl-D in a typical terminal window) will terminate the session.