kaz-yos / eval-in-repl

Consistent ESS-like eval interface for various REPLs
174 stars 27 forks source link

Add sly support to eval-in-repl #38

Closed arichiardi closed 4 years ago

arichiardi commented 4 years ago

This patch introduces sly support, very similar to slime in spirit. The evaluation will occurr in the sly-mrepl buffer therefore that contrib package has to be present.

WARNING: I have noticed that this suffers of the same problem as cider when starting a REPL. It seems due to the fact that there in some asynchronicity going on and eval-in-repl cannot really send the string to evaluate right after the REPL has started.

Haven't been able to debug more unfortunately.