Grasshopper - Summation Write a program that finds the summation of every number...
No zeros for heros Numbers ending with zeros are boring. They might be fun in yo...
Number toString Solution (ns number-toString) (def a (.toString 123)) How good...
Convert number to reversed array of digits Given a random non-negative number, y...
Grasshopper - Check for factor This function should test if the factor is a fact...
Century From Year The first century spans from the year 1 up to and including th...
Sort and Star 給予一堆字串,用字首字母排序後,回傳第一個字串,並在字母間 insert "***" Example (deft...
Grasshopper - Personalized Message Create a function that gives a personalized g...
Watermelon Pete and Billy are great fans of even numbers, that's why they want t...
Mumbling Example accum("abcd") ;; "A-Bb-Ccc-Dddd" accum(&...