Ooops. Try this instead: (use 'goldberg.variations.canone-alla-quarta)
On 4 August 2013 17:57, Geoffrey Knauth <[email protected]> wrote: > On Sunday, August 4, 2013 9:06:35 AM UTC-5, Chris Ford wrote: > >> Thanks for taking an interest. :-) >> > > Of course, Chris. Your stuff is fantastic. I can't wait for my son Alex > to see and hear it. > > I tried your instructions and I think I'm close: > > [gknauth@merlin chris-ford]$ cd functional-composition/ > [gknauth@merlin functional-composition]$ lein deps > [gknauth@merlin functional-composition]$ lein repl > Retrieving org/thnetos/cd-client/0.3.6/cd-client-0.3.6.pom from clojars > Retrieving clj-http-lite/clj-http-lite/0.2.0/clj-http-lite-0.2.0.pom from > clojars > Retrieving slingshot/slingshot/0.10.3/slingshot-0.10.3.pom from clojars > Retrieving cheshire/cheshire/4.0.3/cheshire-4.0.3.pom from clojars > Retrieving > com/fasterxml/jackson/core/jackson-core/2.0.6/jackson-core-2.0.6.pom from > central > Retrieving > com/fasterxml/jackson/dataformat/jackson-dataformat-smile/2.0.6/jackson-dataformat-smile-2.0.6.pom > from central > Retrieving > com/fasterxml/jackson/core/jackson-core/2.0.6/jackson-core-2.0.6.jar from > central > Retrieving > com/fasterxml/jackson/dataformat/jackson-dataformat-smile/2.0.6/jackson-dataformat-smile-2.0.6.jar > from central > Retrieving clj-http-lite/clj-http-lite/0.2.0/clj-http-lite-0.2.0.jar from > clojars > Retrieving slingshot/slingshot/0.10.3/slingshot-0.10.3.jar from clojars > Retrieving cheshire/cheshire/4.0.3/cheshire-4.0.3.jar from clojars > Retrieving org/thnetos/cd-client/0.3.6/cd-client-0.3.6.jar from clojars > nREPL server started on port 53475 > REPL-y 0.1.10 > Clojure 1.4.0 > Exit: Control+D or (exit) or (quit) > Commands: (user/help) > Docs: (doc function-name-here) > (find-doc "part-of-name-here") > Source: (source function-name-here) > (user/sourcery function-name-here) > Javadoc: (javadoc java-object-or-class-here) > Examples from clojuredocs.org: [clojuredocs or cdoc] > (user/clojuredocs name-here) > (user/clojuredocs "ns-here" "name-here") > user=> (in-ns 'goldberg.variations.canone-alla-quarta) > #<Namespace goldberg.variations.canone-alla-quarta> > goldberg.variations.canone-alla-quarta=> (beep) > *CompilerException java.lang.RuntimeException: Unable to resolve symbol: > beep in this context, compiling:(NO_SOURCE_PATH:1) * > > goldberg.variations.canone-alla-quarta=> > > -- > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
