1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00
guile/module/system/repl
Andy Wingo c803566a17 Add ,optimize-cps REPL meta-command
* module/system/repl/command.scm (*command-table*): Add optimize-cps /
optx.
(optimize-cps): Define meta-command.
* module/system/repl/common.scm (optimize*): New helper.
(repl-optimize): Use helper.
(repl-optimize-cps): New public function.
2021-10-01 11:33:13 +02:00
..
command.scm Add ,optimize-cps REPL meta-command 2021-10-01 11:33:13 +02:00
common.scm Add ,optimize-cps REPL meta-command 2021-10-01 11:33:13 +02:00
coop-server.scm REPL Server: Guard against HTTP inter-protocol exploitation attacks. 2017-03-01 20:13:13 +01:00
debug.scm Avoid stacks in dynamically-bound values 2017-02-07 09:57:55 +01:00
describe.scm Use 'substring' instead of obsoleted 'make-shared-substring' 2011-02-02 05:45:37 -08:00
error-handling.scm Avoid stacks in dynamically-bound values 2017-02-07 09:57:55 +01:00
repl.scm Add cooperative REPL server module. 2014-02-12 11:26:22 -05:00
server.scm Finish call-with-port cleanup 2021-01-12 12:17:55 +01:00