Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zaneli/fluentrepl

Package for Sublime Text 2 and Sublime Text 3, automatically load edited source file in SublimeREPL.
https://github.com/zaneli/fluentrepl

Last synced: 28 days ago
JSON representation

Package for Sublime Text 2 and Sublime Text 3, automatically load edited source file in SublimeREPL.

Awesome Lists containing this project

README

        

#FluentREPL
FluentREPL is Package for [Sublime Text 2](http://www.sublimetext.com/2 "Sublime Text 2") and [Sublime Text 3](http://www.sublimetext.com/3 "Sublime Text 3"), automatically load edited source file in SublimeREPL.
(supported Clojure, Erlang, F#, Haskell and Scala.)

##Install
prerequisite: install Package Control.

1. Select [Package Control: Add Repository] from the Command Pallete.
![select [Package Control: Add Repository] from Command Pallete](http://www.zaneli.com/img/FluentREPL/installation_instruction1.png "select [Package Control: Add Repository]")

2. Input FluentREPL repository URL in the URL field.
![input FluentREPL repository URL in URL field](http://www.zaneli.com/img/FluentREPL/installation_instruction2.png "input FluentREPL repository URL")

3. Select [Package Control: Install Package] from the Command Pallete.
![select [Package Control: Install Package] from the Command Pallete](http://www.zaneli.com/img/FluentREPL/installation_instruction3.png "select [Package Control: Install Package]")

4. Select FluentREPL.
![select FluentREPL](http://www.zaneli.com/img/FluentREPL/installation_instruction4.png "select FluentREPL")

##Usage
1. Start SublimeREPL.
2. Edit source file.
3. Save source file, then FluentREPL load this file in SublimeREPL.