kaz-yos / eval-in-repl

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

Sets exec-in-script to t for shell #28

Closed naupaka closed 6 years ago

naupaka commented 6 years ago

Addresses #17 and #21 -- at least for me. Most other languages have exec-in-script to true, not sure why this is not the case for python and shell functions as well? When I set this to t then all works as expected with no other modifications to the code.

kaz-yos commented 6 years ago

Thanks for your contribution!