Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.lang.logo > #148
| Path | csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail |
|---|---|
| From | bill <bill.gunshannon@gmail.com> |
| Newsgroups | comp.lang.logo |
| Subject | Re: An example |
| Date | Thu, 6 Apr 2023 12:47:59 -0400 |
| Lines | 35 |
| Message-ID | <k98be2Ften9U3@mid.individual.net> (permalink) |
| References | <85y1n5dz8y.fsf@example.com> <k97q3fFten9U2@mid.individual.net> <85ttxtdxxg.fsf@example.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | individual.net fYNBMrZrPaat6Xt4qWt2GQ4WageN1wevSCrX6tA9Klb2NIq2yR |
| Cancel-Lock | sha1:aD4xy/3s8OuR4WzNBZm9k0AUVjA= |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 |
| Content-Language | en-US |
| In-Reply-To | <85ttxtdxxg.fsf@example.com> |
| Xref | csiph.com comp.lang.logo:148 |
Show key headers only | View raw
On 4/6/2023 7:58 AM, Richmond wrote: > bill <bill.gunshannon@gmail.com> writes: > >> On 4/6/2023 7:30 AM, Richmond wrote: >>> I skimmed through the UCB Logo manual, but didn't see any examples of >>> programs to draw pictures. All I could remember of Logo was Acornsoft >>> Logo. >>> Then I though, why not ask ChatGPT to write a program to draw a >>> square? >>> and it did. >>> Here is an example I wrote to use the square: >>> to square :size >>> repeat 4 [fd :size lt 90] >>> end >>> to poly :size >>> repeat 36 [square :size lt 10] >>> end >>> (Tested with QLogo). >> >> How impressive. ChatGPT is just as smart as a six year old. >> > > Do you think a six year old could make sense of the UCB Logo manual? I > don't. > Probably not. But you don't have to read bad documentation to learn how to use a language. My daughter did Logo when she was six and so did my grandson. It really takes very little knowledge "to square". People need to get over ChatGPT. To paraphtase someone with a lot more experience than most of the people in the business today, it is little more than Eliza warmed over. bill
Back to comp.lang.logo | Previous | Next — Previous in thread | Next in thread | Find similar
An example Richmond <dnomhcir@gmx.com> - 2023-04-06 12:30 +0100
Re: An example bill <bill.gunshannon@gmail.com> - 2023-04-06 07:52 -0400
Re: An example Richmond <dnomhcir@gmx.com> - 2023-04-06 12:58 +0100
Re: An example bill <bill.gunshannon@gmail.com> - 2023-04-06 12:47 -0400
Re: An example Richmond <dnomhcir@gmx.com> - 2023-04-06 18:42 +0100
csiph-web