clojure-emacs / clomacs

Simplifies Emacs Lisp interaction with Clojure and vice versa.
200 stars 21 forks source link

Async call-type example #23

Open davidpham87 opened 3 years ago

davidpham87 commented 3 years ago

Hello,

Thanks a lot for the library, I recently took time and I managed to make it work with babashka (it is quite easy as babashka has an integrated nrepl-server), you just need to make a process and connect to it with cider.

I was trying to look for example of clomacs-defun with an async function, and I wonder if you had any example of callback function? I triend the identity, but it does not work.

Best regards, David