| Using the debug port - syntax change | 5. May 2005 |
SRFI-49 supported on the debug port now. Beware of user visible syntax change. | |
The syntax for debug port interaction supports now SRFI-49. This means you can type either parenthesis-less Scheme much like Python-syntax or traditional LISP-style or even mix the latter into the former. Beware that this syntax requires to terminate expressions with an empty line! E.g., ;;; Nu
xml-format
sxml
quote
group
html
p "Hello World!"
p "Good bye!"
"<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<html>\n <p>Hello World!</p>\n <p>Good bye!</p>\n</html>" ;;; Nu | |