[go: nahoru, domu]

Skip to content

Defunctionalize/repl-sublimetext

 
 

Repository files navigation

repl-sublimetext

SublimeREPL Package for Clojure Unity

Installation

Install SublimeREPL

Tools > Command Palette... > Install Packages > SublimeREPL

Install Clojure Unity support

$ 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

$ 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 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, the same as Clojure.

About

SublimeREPL Package for Clojure Unity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.8%
  • Ruby 21.2%