cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
zackteo 2020-07-23T12:06:17.469800Z

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

tvirolai 2020-07-27T09:59:35.474700Z

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

🧠 2
zackteo 2020-07-27T10:09:23.475Z

@kevin.van.rooijen 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

kwrooijen 2020-07-27T10:10:25.475300Z

Very cool though, I should really read this sometime

zackteo 2020-07-27T10:15:13.475500Z

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

kwrooijen 2020-07-23T12:53:44.470300Z

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

zackteo 2020-07-23T12:57:10.470500Z

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

kwrooijen 2020-07-23T13:03:32.470700Z

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

kwrooijen 2020-07-23T13:05:30.470900Z

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

zackteo 2020-07-23T13:07:48.471100Z

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

kwrooijen 2020-07-23T13:25:03.471300Z

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

2020-07-23T20:55:21.471600Z

why is it a list of symbols out of curiousity