REPLSmuggler.jl

Send code to your Julia REPL.
Author Klafyvel
Popularity
12 Stars
Updated Last
6 Days Ago
Started In
February 2024

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.

Used By Packages

No packages found.