Fork me on GitHub
#cider
<
2020-07-23
>
zackteo12:07:17

Hello! Is there a setting in CIDER that splits up string output if it is too long? Or isit just my code hmm

Kevin12:07:44

Not sure, maybe try setting cider-repl-use-pretty-printing to nil ?

zackteo12:07:10

Ah yes that worked! hmmmm not sure how I should proceed tho, but I guess this isn't exactly too common an occurrence hmmm

Kevin13:07:32

Not sure why it's being printed that way. When I print a list in the repl (with the option enabled) it doesn't get printed like that

Kevin13:07:30

Oh wait, nevermind. If I print a (long) list of symbols I get the same

zackteo13:07:48

Oh whoops yeap I guess it isn't a string but a list of symbols!

Kevin13:07:03

Just curious, are you making a text adventure game? :)

Drew Verlee20:07:21

why is it a list of symbols out of curiousity

tvirolai09:07:35

Looks like it's the text adventure example from Land of Lisp book ported to Clojure.

🧠 6
zackteo10:07:23

@UG9U7TPDZ I wish I were or rather using clojure to make something in general but I was reading through http://www.lisperati.com/clojure-spels/casting.html

Kevin10:07:25

Very cool though, I should really read this sometime

zackteo10:07:13

Is actually a pretty short read :o I heard casting spels with lisp was a good read. Was just an okay read for me :thinking_face:. Tho the LFE version of this is apparently pretty extensive and good hmmm