Skip to content

Klafyvel/REPLSmuggler.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REPLSmuggler

Well, listen up, folks! REPLSmuggler.jl just slipped into your cozy REPL like a shadow in the night.

Stable Dev Build Status Coverage Aqua code style: runic PkgEval

Summary

REPLSmuggler is meant to evaluate code coming from various clients in your REPL. The main goal is for an editor to send a bunch of lines of code with some metadata giving the name of the file and the line. REPLSmuggler will evaluate the code and send back the return value. If an error is raised, it will send the traceback to the client.

Usage

For now functionalities are quite basic:

using REPLSmuggler
smuggle()

See also

Have a look at the companion plugin for NeoVim.