- Notifications
You must be signed in to change notification settings - Fork3
Send code to your Julia REPL.
License
Klafyvel/REPLSmuggler.jl
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Well, listen up, folks!REPLSmuggler.jl just slipped into your cozy REPL like a shadow in the night.
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.
For now functionalities are quite basic:
using REPLSmugglersmuggle()
Have a look atthe companion plugin for NeoVim.
About
Send code to your Julia REPL.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.