-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
14 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
## Intro | ||
|
||
<img width="100" align="right" style="margin: 0ex 1em" src="img/intro.png"> | ||
Planck is a stand-alone ClojureScript REPL for macOS. | ||
Planck is a stand-alone ClojureScript REPL for macOS and Linux. | ||
|
||
Planck lauches instantly, providing a full-featured REPL environment that is great for experimenting with and learning the ClojureScript language. | ||
Planck launches instantly, providing a full-featured REPL environment that is great for experimenting with and learning the ClojureScript language. | ||
|
||
Planck is also great for creating scripts in ClojureScript, providing an alternative to Bash for automating tasks. | ||
|
||
|
||
> Planck is not a ClojureScript compiler—it does not emit JavaScript for use with web browsers or other execution environments. For targeting those systems, the ClojureScript [compiler](http://clojurescript.org) along with REPLs like [Figwheel](https://github.com/bhauman/lein-figwheel) are useful. | ||
> If you are running Linux, Windows, or macOS, also be sure to check out [Lumo](https://github.com/anmonteiro/lumo), a stand-alone ClojureScript REPL based on Node.js and V8 that is capable of using NPM libraries. | ||
> If you are running Linux, you can run the [Planck 2.0 alpha](https://github.com/mfikes/planck#planck-20-alpha). | ||
> If you are running Windows, Linux, or macOS, also be sure to check out [Lumo](https://github.com/anmonteiro/lumo), a stand-alone ClojureScript REPL based on Node.js and V8 that is capable of using NPM libraries. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters