This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-09-01
Channels
- # aws (7)
- # bangalore-clj (10)
- # beginners (27)
- # braveandtrue (4)
- # calva (2)
- # cider (9)
- # cljs-dev (20)
- # clojure (228)
- # clojure-germany (5)
- # clojure-spec (7)
- # clojurescript (32)
- # datomic (11)
- # figwheel-main (10)
- # fulcro (21)
- # hyperfiddle (3)
- # off-topic (53)
- # onyx (1)
- # portkey (2)
- # re-frame (21)
- # reagent (1)
- # shadow-cljs (5)
- # spacemacs (7)
- # specter (4)
Hello! I'm going through the peg-thing game tutorial portion of chapter 5. At the rendering portion, specifically the render-pos
function definition, my repl (using spacemacs/cider) is unable to resolve the colorize
symbol. the text above the function mentions
The next few definitions, ansi-styles, ansi, and colorize output colored text to the terminal.
There aren't multiple definitions using all three of those referents, just the render-pos
using colorize
. I am using Spacemacs which uses an ansi terminal, which had me thinking maybe I am supposed to use ansi
instead of colorize
but my repl doesn't recognize those as functions either. any advice on what I'm not seeing here?@chase-lambert if you go to the Github code.. you'll see a function there for colorize
(and a few helper functions for it) that isn't in the code presented in the book.