Klafyvel / REPLSmuggler.jl

Send code to your Julia REPL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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.

About

Send code to your Julia REPL.

License:MIT License


Languages

Language:Julia 100.0%