<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>angelcog at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/angelcog/</link>
    <description>AngelCog - Logic processing for AI</description>

    <item>
      <title>Re: Can something be both an array, and a group?</title>
      <pubDate>Wed, 06 Jan 2010 18:38:40 GMT</pubDate>
      <dc:creator>Theodore H. Smith</dc:creator>
      <link>http://tech.groups.yahoo.com/group/angelcog/message/161</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/angelcog/message/161</guid>
      <description>... I can&#39;t think of any examples where a group can also be an array. For example, two people can be a group of people. Great. But... if you put those two</description>
    </item>
    <item>
      <title>Can something be both an array, and a group?</title>
      <pubDate>Wed, 06 Jan 2010 16:06:32 GMT</pubDate>
      <dc:creator>Theodore H. Smith</dc:creator>
      <link>http://tech.groups.yahoo.com/group/angelcog/message/160</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/angelcog/message/160</guid>
      <description>So... a question came into my mind today. Can something be both an array, and a group?? It kind of looks like it can&#39;t. I Can&#39;t really understand this problem</description>
    </item>
    <item>
      <title>Insertability and order (arrays)</title>
      <pubDate>Tue, 05 Jan 2010 18:07:31 GMT</pubDate>
      <dc:creator>Theodore H. Smith</dc:creator>
      <link>http://tech.groups.yahoo.com/group/angelcog/message/159</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/angelcog/message/159</guid>
      <description>So, I&#39;ve been thinking more on arrays. Arrays really are the hardest part of AngelCog&#39;s basics. They are harder than relationships, hotlists, groups and types.</description>
    </item>
    <item>
      <title>Re: Array serialising/unserialising becomes join/split</title>
      <pubDate>Mon, 04 Jan 2010 20:19:06 GMT</pubDate>
      <dc:creator>Theodore H. Smith</dc:creator>
      <link>http://tech.groups.yahoo.com/group/angelcog/message/158</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/angelcog/message/158</guid>
      <description>maybe I defined those backward and confused split with join? Oh well. Nevermind. I&#39;ll code it the correct way and then document them when I feel sure of what</description>
    </item>
    <item>
      <title>Array serialising/unserialising becomes join/split</title>
      <pubDate>Mon, 04 Jan 2010 19:59:42 GMT</pubDate>
      <dc:creator>Theodore H. Smith</dc:creator>
      <link>http://tech.groups.yahoo.com/group/angelcog/message/157</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/angelcog/message/157</guid>
      <description>So, I renamed &quot;Serialise&quot; and &quot;unserialise&quot;, to &quot;join&quot; and &quot;split&quot; :) Simpler names! Also, more important, is that these names are WIDELY USED in programming</description>
    </item>
    <item>
      <title>The feeling of angelcog...</title>
      <pubDate>Wed, 30 Dec 2009 23:14:32 GMT</pubDate>
      <dc:creator>Theodore H. Smith</dc:creator>
      <link>http://tech.groups.yahoo.com/group/angelcog/message/156</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/angelcog/message/156</guid>
      <description>So, whats it like to work on angelcog? &quot;Is this what you want to do in life?&quot; The answer to the second question is &quot;yes, and no&quot;. Of course, like any sane</description>
    </item>
    <item>
      <title>Probably can&#39;t use multiple array index things...</title>
      <pubDate>Tue, 29 Dec 2009 15:46:57 GMT</pubDate>
      <dc:creator>Theodore H. Smith</dc:creator>
      <link>http://tech.groups.yahoo.com/group/angelcog/message/155</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/angelcog/message/155</guid>
      <description>So, I had this clever idea that I could do this: x = y[2  4] So, that would make x into an array of 4 items, starting from index &quot;2&quot;. Great. One problem</description>
    </item>
    <item>
      <title>classes and angelcog</title>
      <pubDate>Mon, 28 Dec 2009 19:46:58 GMT</pubDate>
      <dc:creator>Theodore H. Smith</dc:creator>
      <link>http://tech.groups.yahoo.com/group/angelcog/message/154</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/angelcog/message/154</guid>
      <description>OK, so how do I model a &quot;class&quot; in AngelCog? Or a struct, even. Or an object? modelling one object, isn&#39;t too bad. MyVector = [&quot;x&quot;:1000  &quot;y&quot;:2000] Great. So x</description>
    </item>
    <item>
      <title>Designing the language a bit more</title>
      <pubDate>Sun, 27 Dec 2009 17:26:39 GMT</pubDate>
      <dc:creator>Theodore H. Smith</dc:creator>
      <link>http://tech.groups.yahoo.com/group/angelcog/message/153</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/angelcog/message/153</guid>
      <description>So... I decided that I wanted to replace my array syntax. Before it was like this: x = array( a b c ) now, it should be like this: x = [a b c] I just... I</description>
    </item>
    <item>
      <title>AngelCog runs again...</title>
      <pubDate>Sat, 19 Dec 2009 18:21:10 GMT</pubDate>
      <dc:creator>Theodore H. Smith</dc:creator>
      <link>http://tech.groups.yahoo.com/group/angelcog/message/152</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/angelcog/message/152</guid>
      <description>So... AngelCog runs again. This is because I finally made a plan about what I need, and what I don&#39;t need, and in what order. Depedencies, basically! So... I</description>
    </item>
    <item>
      <title>Arrays totally solved</title>
      <pubDate>Fri, 11 Dec 2009 20:35:44 GMT</pubDate>
      <dc:creator>Theodore H. Smith</dc:creator>
      <link>http://tech.groups.yahoo.com/group/angelcog/message/151</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/angelcog/message/151</guid>
      <description>OK, heres the answer! We DON&#39;T rotate bits! We just... translate them downards! So, like this: A=010101 B=[A,A] B=010101 010101 You see! We just put each item</description>
    </item>
    <item>
      <title>Re: I think I got arrays figured out!</title>
      <pubDate>Thu, 10 Dec 2009 17:59:46 GMT</pubDate>
      <dc:creator>Theodore H. Smith</dc:creator>
      <link>http://tech.groups.yahoo.com/group/angelcog/message/150</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/angelcog/message/150</guid>
      <description>... ^^^^^^^^^^ One short, I mean, not one byte.</description>
    </item>
    <item>
      <title>I think I got arrays figured out!</title>
      <pubDate>Thu, 10 Dec 2009 17:54:21 GMT</pubDate>
      <dc:creator>Theodore H. Smith</dc:creator>
      <link>http://tech.groups.yahoo.com/group/angelcog/message/149</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/angelcog/message/149</guid>
      <description>OK, so basically, one thing is equal to one array. There is no case where two arrays with different contents, are equal. That makes things hugely simpler!</description>
    </item>
    <item>
      <title>A bit better definition of AngelCog</title>
      <pubDate>Mon, 07 Dec 2009 17:53:46 GMT</pubDate>
      <dc:creator>Theodore H. Smith</dc:creator>
      <link>http://tech.groups.yahoo.com/group/angelcog/message/148</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/angelcog/message/148</guid>
      <description>So... I&#39;ve been wrestling with all sorts of ideas and definitions. Arrays, arguments. Deciding &quot;what is important to add&quot;, and &quot;what is not important&quot;. I WANT</description>
    </item>
    <item>
      <title>Development plan</title>
      <pubDate>Sun, 06 Dec 2009 16:09:51 GMT</pubDate>
      <dc:creator>Theodore H. Smith</dc:creator>
      <link>http://tech.groups.yahoo.com/group/angelcog/message/147</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/angelcog/message/147</guid>
      <description>OK, I&#39;ve just realised something obvious. Arguments relies on arrays. So, if I can&#39;t solve arrays, I can&#39;t solve arguments. I actually need to complete array</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Sat Feb 13 23:25:28 PST 2010 -->
