xquery-mode / cider-any

Evaluate any buffer in cider – Replaced by Oook
0 stars 1 forks source link

add cider-any-string: "Eval string in cider." #10

Closed m-g-r closed 8 years ago

m-g-r commented 8 years ago

This allows me to directly eval a string, which is nice when I have a function that wraps some code as a xquery that is supposed to be sent without being part of any buffer.

m-g-r commented 8 years ago

Also nice to just do a quick "doc()"... What would be really nice is some kind of xquery repl... ;-)

proofit404 commented 8 years ago

I think xquery repl maybe build on top of cider-any-uruk library. But I don't think it must be a part of its core.

m-g-r commented 8 years ago

Yes, yes, absolutely! It was not meant as a suggestion to make it part of this library. :-)

proofit404 commented 8 years ago

@m-g-r I think I can do xquery-repl on top of comint-mode quickly. It will be similar to skewer-repl.

Let me know if this is appropriate solution and I'll start working on it.

m-g-r commented 7 years ago

Yes, something on top of comint-mode should be fine.

Oh, I didn't know about skewer-repl. That looks great!