|
|
|
|
|
by obviyus
1804 days ago
|
|
I very recently got access to Copilot, while I was in the middle of learning and playing around with Clojure. It’s surprisingly useful when you’re not sure about how you want to proceed. E.g. While I was trying to make a simple function for printing all palindromic numbers under 10,000, Copilot inferred from the function name what I was trying and suggested a function using threading macros (something I hadn’t yet come across in Clojure). The result was a much neater affair than what I came up with on my own. I feel it could be a fantastic way to build familiarity with a new language. |
|
Won’t this result in more junk code?