Coder Social home page Coder Social logo

vim-plasmaplace's Introduction

vim-plasmaplace

A neovim/vim8 + python3 plugin for working with Clojure that is heavily inspired by tpope/vim-fireplace.

One of my main gripes with vim-plasmaplace is that connections are one-shot and not session based. That has historically lead to hangs either due to missing terminators in messages or out of order messages. nREPL generally relies of a persistent connection that delivers streaming messages. This now may not be true: tpope/vim-fireplace#323 (comment)

So, plasmaplace attempts to fix this by having a persistent connection and relying on having producer and consumer threads and queues in Python 3. All operations are modeled as blocking, synchronous 'jobs' that write to a REPL input queue, and then waits for output from nREPL by blocking while reading from the nREPL output queue. This is not without risk however, as deadlocks can happen when things go terribly wrong.

The other unique feature in the design of plasmaplace is the concept of a persistent 'scratch' buffer. Almost all operations have their output written to this temporary buffer. It is not saved and disappears when you exit Vim. This way, you can:

  • copy code snippets / forms like in any other Clojure file
  • have documentation side by side while you code
  • a history of code (eval) along with their results

vim-plasmaplace's People

Contributors

raymond-w-ko avatar

Stargazers

Boris Kourtoukov avatar

Watchers

James Cloos avatar  avatar Boris Kourtoukov avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.