<div dir="ltr">lol and here I was trying to be simple and not get into states wich is a cluster IMO. but yeah that is a good point the computer needs to know how and wen to bake cookies and set the timer (states)<div><br></div><div>Now look you've just made him more confused! :P</div><div><br></div><div>Just to make this reeely go more off the rails:</div><div>Seriusly IF we want stuff to run in the web is having a state still needed I thought that was one of the whole pissing contest between Mozzila's X-Tag (states are baked in somehow) or WebCompenents (googles mess that has them (sort of) </div><div>As I undestand it  X-Tag (for example) somehow real time asks if it's possible to do something before assuming it can.</div><div><br></div><div>Or is that just a limit of computer languages?</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 17, 2018 at 9:05 PM, Russell Standish <span dir="ltr"><<a href="mailto:lists@hpcoders.com.au" target="_blank">lists@hpcoders.com.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Not sure about "utility"/"tool", but an object is distinguished from a<br>
function by having state. Call an object's method, and the method's<br>
scope is populated by the object's data members, which of course,<br>
differ from object to object.<br>
<br>
By contrast a function either has no state (pure function), or its<br>
state is global (same for every function invocation).<br>
<br>
Cheers<br>
<br>
On Tue, Jul 17, 2018 at 10:06:57PM -0400, Nick Thompson wrote:<br>
> Dave, and anybody else who wants to play. <br>
> <br>
>  <br>
> <br>
> I have always been puzzled by the question of how one distinguishes an<br>
> object in object programming from a utility in DOS or a tool in Matlab.  Or<br>
> any mathematical function, for that matter.  You give it what it needs, and<br>
> it gives you what it's supposed to, and you don't give a damn how it works. <br>
> <br>
>  <br>
> <br>
> Please don't yell at me.<br>
> <br>
>  <br>
> <br>
> Nick <br>
> <br>
>  <br>
> <br>
> Nicholas S. Thompson<br>
> <br>
> Emeritus Professor of Psychology and Biology<br>
> <br>
> Clark University<br>
> <br>
> <a href="http://home.earthlink.net/~nickthompson/naturaldesigns/" rel="noreferrer" target="_blank">http://home.earthlink.net/~<wbr>nickthompson/naturaldesigns/</a><br>
> <br>
>  <br>
> <br>
<br>
> ==============================<wbr>==============================<br>
> FRIAM Applied Complexity Group listserv<br>
> Meets Fridays 9a-11:30 at cafe at St. John's College<br>
> to unsubscribe <a href="http://redfish.com/mailman/listinfo/friam_redfish.com" rel="noreferrer" target="_blank">http://redfish.com/mailman/<wbr>listinfo/friam_redfish.com</a><br>
> FRIAM-COMIC <a href="http://friam-comic.blogspot.com/" rel="noreferrer" target="_blank">http://friam-comic.blogspot.<wbr>com/</a> by Dr. Strangelove<br>
<br>
<br>
-- <br>
<br>
------------------------------<wbr>------------------------------<wbr>----------------<br>
Dr Russell Standish                    Phone 0425 253119 (mobile)<br>
Principal, High Performance Coders<br>
Visiting Senior Research Fellow        <a href="mailto:hpcoder@hpcoders.com.au">hpcoder@hpcoders.com.au</a><br>
Economics, Kingston University         <a href="http://www.hpcoders.com.au" rel="noreferrer" target="_blank">http://www.hpcoders.com.au</a><br>
------------------------------<wbr>------------------------------<wbr>----------------<br>
<br>
==============================<wbr>==============================<br>
FRIAM Applied Complexity Group listserv<br>
Meets Fridays 9a-11:30 at cafe at St. John's College<br>
to unsubscribe <a href="http://redfish.com/mailman/listinfo/friam_redfish.com" rel="noreferrer" target="_blank">http://redfish.com/mailman/<wbr>listinfo/friam_redfish.com</a><br>
FRIAM-COMIC <a href="http://friam-comic.blogspot.com/" rel="noreferrer" target="_blank">http://friam-comic.blogspot.<wbr>com/</a> by Dr. Strangelove<br>
</blockquote></div><br></div>