Groups | Search | Server Info | Login | Register


Groups > comp.lang.logo > #147

Re: An example

Path csiph.com!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From Richmond <dnomhcir@gmx.com>
Newsgroups comp.lang.logo
Subject Re: An example
Date Thu, 06 Apr 2023 12:58:51 +0100
Organization Frantic
Message-ID <85ttxtdxxg.fsf@example.com> (permalink)
References <85y1n5dz8y.fsf@example.com> <k97q3fFten9U2@mid.individual.net>
Mime-Version 1.0
Content-Type text/plain
Injection-Info solani.org; logging-data="3278319"; mail-complaints-to="abuse@news.solani.org"
User-Agent Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Cancel-Lock sha1:4D9IK/LMT2DJYVOBHS2wjgpyl14= sha1:IfHxL4l+Xbf/4iFSoqKwJa990Go=
X-User-ID eJwNy8ERwDAIBLGWcIDFKSd4uP5LcPRXOotTQRKpVGx5q14c1MSeYmrZwwkbqxYMzVj/7+MCEgMQ5A==
Xref csiph.com comp.lang.logo:147

Show key headers only | View raw


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.

Back to comp.lang.logo | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

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