Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zaneli/fluentrepl
- Owner: zaneli
- Created: 2012-11-24T15:04:31.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-30T04:10:15.000Z (almost 11 years ago)
- Last Synced: 2023-03-31T03:57:20.686Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 195 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.