emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] externals/sly 4ced33c 6/7: Close #264: Mention some more additi


From: Stefan Monnier
Subject: [nongnu] externals/sly 4ced33c 6/7: Close #264: Mention some more additional contribs in README.md
Date: Sat, 21 Nov 2020 01:34:52 -0500 (EST)

branch: externals/sly
commit 4ced33c4afe3712d7cf5974fbf80caa2e4ef1cf5
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    Close #264: Mention some more additional contribs in README.md
    
    * README.md (Additional Contribs): Add sly-macrostep and sly-stepper.
---
 README.md    | 2 ++
 doc/sly.texi | 8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 921b01c..5a3ba40 100644
--- a/README.md
+++ b/README.md
@@ -105,6 +105,8 @@ Additional Contribs
 
 * https://github.com/joaotavora/sly-quicklisp
 * https://github.com/joaotavora/sly-named-readtables
+* https://github.com/joaotavora/sly-macrostep
+* https://github.com/joaotavora/sly-stepper
 * https://github.com/mmgeorge/sly-asdf
 * https://github.com/40ants/sly-package-inferred
 
diff --git a/doc/sly.texi b/doc/sly.texi
index 6638bcb..e1c90c0 100644
--- a/doc/sly.texi
+++ b/doc/sly.texi
@@ -2961,11 +2961,11 @@ When developing Common Lisp video games or graphical 
applications, a
 REPL (@pxref{REPL}) is just as useful as anywhere else.  But it is often
 the case that one needs to control exactly the timing of REPL requests
 and ensure they do not interfere with the ``game loop''.  In other
-situations the choice of communication style (@pxref{Communication
-style}) may invalidate simultaneous multi-threading operation of REPL
-and game loop.
+situations, the choice of communication style (@pxref{Communication
+style}) to the Slynk server may invalidate simultaneous multi-threaded
+operation of REPL and game loop.
 
-Instead of giving up on the REPL or using complicated solution, SLY's
+Instead of giving up on the REPL or using a complicated solution, SLY's
 REPL can be built into your game loop by using a couple of Slynk Common
 Lisp functions, @code{SLYNK-MREPL:SEND-PROMPT} and
 @code{SLYNK:PROCESS-REQUESTS}.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]