Skip to main content

All Questions

8 votes
3 answers
1k views

REPL Driven Development in Node.js

In languages like Clojure and Scheme I do really enjoy writing code in REPL-driven mode, when you write a piece of code in an editor (Emacs in my case), send it to your REPL, play with it then go back ...
fkulikov's user avatar
  • 3,199
0 votes
1 answer
512 views

node.js in emacs buffer has no process---better system to execute js interactively in emacs

I am trying to set up a nodejs dev environment in emacs, but having some trouble navigating the differences between: node-repl nodejs-repl nodejs-repl-mode and javascript-mode ...and how I should ...
Mittenchops's user avatar
  • 19.8k
1 vote
2 answers
791 views

Node REPL in Emacs printing my input

I am having troubles setting up some details in my node REPL: Whenever I type a command into the prompt this command is reprinted before I get the real output from the REPL. For example: var n = 1; ...
JuanPabloMF's user avatar
0 votes
1 answer
640 views

How to show generated JS in Clojurescript REPL?

In this presentation on core.async Timothy Baldridge connects to a ClojureScript Browser REPL and sends generated JavaScript to a web browser from Emacs. When I work through the Austin (...
hawkeye's user avatar
  • 35.8k