Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcadia-unity/repl-sublimetext
SublimeREPL Package for Clojure Unity
https://github.com/arcadia-unity/repl-sublimetext
Last synced: about 2 months ago
JSON representation
SublimeREPL Package for Clojure Unity
- Host: GitHub
- URL: https://github.com/arcadia-unity/repl-sublimetext
- Owner: arcadia-unity
- License: epl-1.0
- Created: 2014-08-23T21:53:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-02T20:06:28.000Z (over 8 years ago)
- Last Synced: 2023-08-28T00:51:04.607Z (over 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 9
- Watchers: 7
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
repl-sublimetext
================SublimeREPL Package for Clojure Unity
Installation
------------
### Install SublimeREPL```
Tools > Command Palette... > Install Packages > SublimeREPL
```### Install Clojure Unity support
```bash
$ cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/SublimeREPL/config/Clojure/
$ git clone https://github.com/clojure-unity/repl-sublimetext.git Unity
```If you're on Sublime Text 3
```bash
$ cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/SublimeREPL/config/Clojure/
$ git clone https://github.com/clojure-unity/repl-sublimetext.git Unity
```Usage
-----
### Install SetSyntax```
Tools > Command Palette... > Install Packages > SetSyntax
```### Set the syntax of your file to Clojure (Unity)
```
Tools > Command Palette... > Set Syntax: Clojure (Unity)
```### Launch the REPL
```
Tools > SublimeREPL > Clojure > Unity
```### Use it as you would any other SublimeREPL language
Read [the documentation](http://sublimerepl.readthedocs.org/en/latest/) for more, but ignore their Clojure notes. They do not apply here.
Legal
-----
Copyright © 2014 Ramsey Nasser and Tims Gardner.Licensed under the [Eclipse License](https://www.eclipse.org/legal/epl-v10.html), the same as Clojure.