Comment on Bard can now help you code in over 20 programming languagesComments−eka13yInteresting, I asked it this:Me: Write a golang function to get a http request, following the API of the get function in Python requests library.Bard: Sure, here is a Golang function to get an HTTP request with an API similar to the requests.get() function in Python:It produced a function that takes url and parameters. Decent first approximation.ChatGPT has trouble with this (when I tried a couple months back)
Comments
Interesting, I asked it this:
It produced a function that takes url and parameters. Decent first approximation.
ChatGPT has trouble with this (when I tried a couple months back)