diff options
Diffstat (limited to '_posts/2014-02-15-cursive-nrepl-cljs-oh-my.md')
| -rw-r--r-- | _posts/2014-02-15-cursive-nrepl-cljs-oh-my.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_posts/2014-02-15-cursive-nrepl-cljs-oh-my.md b/_posts/2014-02-15-cursive-nrepl-cljs-oh-my.md index 4f2d736..ec21669 100644 --- a/_posts/2014-02-15-cursive-nrepl-cljs-oh-my.md +++ b/_posts/2014-02-15-cursive-nrepl-cljs-oh-my.md @@ -62,11 +62,11 @@ To install the Cursive plugin, you need to go to [this page](http://cursivecloju I can now open a project in Intellij and start coding. I've configured my project to use a remote REPL. - + Now I can connect to the remote REPL and do a quick test to see if it works: - + Great! It's time to start the web server to serve our static files and see if I can connect the browser-repl to it too. Running the following code in the REPL should do the trick: @@ -83,7 +83,7 @@ If I want to test something, all I have to do is to load the file into the REPL and see the output in my browser's console! - + When working on the project, I can run evaluate the file or a form and send it to the browser. Again, this would be the same with Emacs, instead of having CIDER to use a local nREPL session, you'll just connect to a remote one. @@ -91,4 +91,4 @@ When working on the project, I can run evaluate the file or a form and send it t I realize that it’s not the easiest setup. I’m maintaining the build system we have at work for our sites; we use javascript and nodejs, and I’m really upset by the complexity of our process. If I had to put with all of that to build a site I would be pretty mad. Still, I think this setup can be simplified a lot. But using a VM also makes it easier to give a working environment to a new developer, and it's easy to throw it away, after all, I'm using it mostly to run the REPL and to have it working in an environment similar to what it would be in production. -I have to admit that so far, I enjoy Cursive, it's stable and it works well. I'm still learning how to use the IDE, but some features are usefull (creating the functions, checking the number of parameters, displaying docstring, etc). We will see how long I stick to it.
\ No newline at end of file +I have to admit that so far, I enjoy Cursive, it's stable and it works well. I'm still learning how to use the IDE, but some features are usefull (creating the functions, checking the number of parameters, displaying docstring, etc). We will see how long I stick to it. |
