[NREPL-5] Add support for reading from stdin Created: 30/Sep/11 Updated: 21/Feb/12 Resolved: 21/Feb/12 |
|
| Status: | Closed |
| Project: | tools.nrepl |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 0.2.0 |
| Type: | Enhancement | Priority: | Major |
| Reporter: | Chas Emerick | Assignee: | Chas Emerick |
| Resolution: | Completed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Swank does this by polling back to the connected client to request input. In the face of asynchronous operations, this may be the only option. Will require adding to the protocol. |
| Comments |
| Comment by Chas Emerick [ 21/Feb/12 5:58 AM ] |
|
See clojure.tools.nrepl.middleware.session/add-stdin for the implementation. Userland documentation coming. |