SimonWoolf/vim-livecoding
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
In early stages of experimental playing around. Not remotely usable yet. TODO: - fork em, make changes on that, then use my fork in gemfile - decide what to do if diff > max DGRAM size (~212000 bytes) - deal with case fork already started. (another buffer?) notes to self ============= do not attempt to puts anything to stdout, it'll mess up the terminal. put it to stderr and run gvim, that prints stderr to the console. links ===== sockets in ruby: https://www.reddit.com/r/ruby/comments/f69nf/unix_socket_the_eventmachine_version/ http://rubylearning.com/blog/2010/10/01/an-introduction-to-eventmachine-and-how-to-avoid-callback-spaghetti/ vim plugin writing: http://stevelosh.com/blog/2011/09/writing-vim-plugins/ http://www.linux-mag.com/id/1027/ http://learnvimscriptthehardway.stevelosh.com/chapters/19.html https://robots.thoughtbot.com/write-a-vim-plugin-with-tdd