nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
raymcdermott 2018-03-05T16:23:07.000701Z

hello nreplers

raymcdermott 2018-03-05T16:23:45.000176Z

I am trying to write some middleware and have followed the excellent guide from lambdaisland

raymcdermott 2018-03-05T16:24:08.000245Z

https://lambdaisland.com/guides/clojure-repls/introduction

raymcdermott 2018-03-05T16:24:32.000798Z

when working through the first example, it all works

raymcdermott 2018-03-05T16:24:42.000660Z

but I get a WARNING

raymcdermott 2018-03-05T16:25:52.000519Z

from this code

raymcdermott 2018-03-05T16:26:38.000717Z

like I say, it works

raymcdermott 2018-03-05T16:27:10.000559Z

but even looking at the clojure.tools.nrepl code I cannot see where I am going wonky

2018-03-05T17:14:12.000744Z

it is likely where you are actually starting the nrepl server

2018-03-05T17:14:50.000415Z

it looks like you are passing in a function object created with comp somewhere instead of a var