Suggestion: Provide a statement of purpose as to what this function is supposed to do. What are its inputs and what is its output? Can you break it down into smaller functions?
Right now you have a complicated function that takes no inputs and always produces the same string. It seems somewhat nonsensical. Surely you want this function to take some inputs, and produce different strings depending on the input. Check out htdp.org as a resource for learning more about functional programming and good program design principles. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---