cursive

Issues at: https://git.io/cursive-issues
devurandom 2021-02-14T14:13:43.148700Z

Is there a way to print values nicely from code running in a REPL? Ideally I would like to have structural folding and the likes on the output. println just does not cut it and prn does not either.

aratare 2021-02-14T19:36:40.152500Z

Is the project sdk set?

gibi 2021-02-14T19:41:26.154200Z

Hi, I'm using Cursive in Intellij and I have some unresolved symbols coming regarding other dependencies. It's a bit annoying because I would like to jump into the libraries' code for example. What am I missing with Cursive settings? Thanks

2021-02-14T19:43:15.155100Z

Are those symbols themselves defined via macros? You might need to do some of this setup. https://cursive-ide.com/userguide/macros.html

2021-02-14T19:46:01.155300Z

Have you tried the reveal repl? You could probably extend reveal to do what you want. https://vlaaad.github.io/reveal/

takis_ 2021-02-14T19:50:32.155500Z

yes

takis_ 2021-02-14T19:51:49.155700Z

i dont know if its me,but it was fine , i will create a new project with lein and try the code there also

takis_ 2021-02-14T19:56:28.155900Z

it worked in the new project , i dont know what is wrong i will see , thank you

takis_ 2021-02-14T20:28:28.157100Z

its the folder name,if i change the name of the folder it works anyway , its not cursive related

devurandom 2021-02-14T21:10:11.157500Z

Thanks, I will take a look. For Cursive, do you use the clojure.main approach or the nREPL approach?