An open API service indexing awesome lists of open source software.

https://github.com/tomtom/worksheet_vim

Worksheets (Interaction with an interpreter from VIM)
https://github.com/tomtom/worksheet_vim

Last synced: 3 months ago
JSON representation

Worksheets (Interaction with an interpreter from VIM)

Awesome Lists containing this project

README

          

This plugin provides "worksheets". These are supposed to be somewhat
similar to workbooks in mathematica or maple. Basically, they provide
input fields and related output fields, plus some convenience functions
to move around and deal with the data in the fields.

Currently supported types of worksheet/interpreters:
- vim (surprise! :)
- ruby (requires |+ruby|)
- rubymath (ruby with mathn loaded and Math included)
- sh (shell)
- r_com (R, windows only, requires rdcom and |+ruby|)

-----------------------------------------------------------------------

Status: Minor problems
Dependencies:
hookcursormoved :: http://github.com/tomtom/hookcursormoved_vim
> git clone git://github.com/tomtom/hookcursormoved_vim.git
Install: See http://github.com/tomtom/vimtlib/blob/master/INSTALL.TXT
See http://github.com/tomtom for related plugins.