[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
34.6 Interpreting
Scheme source code may be interpreted within the BEE instead of
been compiled prior to be executed. This facility could be convenient
for fast prototyping. A Read eval print loop (henceforth
Repl) could be spawned using the Repl
icon of the tool
bar, using the popup menu entry or using the C-c C-r C-r binding.
Parts or the whole buffer may be sent to repl.
- C-c C-r b sends the whole buffer.
- C-c C-r d sends the define form the cursor is in.
- C-c C-r l sends the s-expression that preceeds the cursor.
- C-c C-r t sends the top level s-expression the cursor is in.
- C-c C-r r sends the marked region.
This document was generated on October 23, 2011 using texi2html 5.0.