| Programming > Logo > Re: [LogoForum]... |
|
| << Topic |
< Post |
Post 1 of 4 Topic 1570 of 1588
|
Post > |
Topic >> |
Re: [LogoForum] Re: Perspective mode, tests for compliance, standards et al
by "John St. Clair" <john.stclair@[EMAIL PROTECTED]
>
Feb 23, 2008 at 11:44 PM
|
The message below is being cross-posted from the LogoForum. Please
reply here at comp.lang.logo and it will be cross-posted back to the
LogoForum. The original author of this message is
dale-reed@[EMAIL PROTECTED]
discussion reminds me of the old saw that when you acquire a brand
new hammer everything looks like a nail.
Do any of you have any evidence that programming with Logo will improve
your thinking about any thing else?
Dale
PS Back to "standards"
Try this code in MSWLogo and FMSLogo and tell me if you get the same
answers. On my computer, but apparently not others, MSWLogo determines
the color of the pixels *under* the pen but FMSLogo determines the color
*of* the pen.
to aa
cs pu
fd 100
rt 90 fd 100
setpc [255 0 0]
setpensize[3 3]
pd bk 200
pu home
setpc [0 0 0]
setpensize[1 1]
pd fd 95
repeat 10[show pixel fd 1]
end
---
$ dale-reed@[EMAIL PROTECTED]
Seattle, Washington $
__._,_.___
LogoForum messages are archived at:
http://groups.yahoo.com/group/LogoForum


|
4 Posts in Topic:
|
"John St. Clair" |
2008-02-23 23:44:57 |
|
"John St. Clair" |
2008-02-23 23:51:47 |
|
"John St. Clair" |
2008-02-23 23:58:09 |
|
"John St. Clair" |
2008-02-23 23:53:36 |
|
Post A Reply:

|