Wiki
Download
Manual
Eggs
API
Tests
Bugs
show
edit
history
You can edit this page using
wiki syntax
for markup.
Article contents:
[[tags: editors]] == Using the REPL The default CHICKEN REPL (Read Eval Print Loop) can be accessed by executing the {{csi}} program. $ csi -n CHICKEN (c) 2008-2020, The CHICKEN Team (c) 2000-2007, Felix L. Winkelmann Version 5.2.0 (rev 317468e4) linux-unix-gnu-x86-64 [ 64bit dload ptables ] Type ,? for help. #;1> By default the REPL doesn't have some features you'd find in command line interfaces which use [[http://ftp.gnu.org/pub/gnu/readline/|GNU readline]] library. But you can have such features by using either the [[/egg/readline|readline egg]], [[/egg/parley|parley egg]] or the [[/egg/linenoise|linenoise egg]]. You can also call {{csi}} using [[https://github.com/hanslub42/rlwrap|rlwrap]], but the readline egg has additional features like tab-completion of function and variable names. See [[emacs]] or [[vim]] for how to use these two popular editors with CHICKEN.
Description of your changes:
I would like to authenticate
Authentication
Username:
Password:
Spam control
What do you get when you add 12 to 0?