<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/comp.lang.misc</id>
  <title type="text">comp.lang.misc Google Group</title>
  <subtitle type="text">
  Different computer languages not specifically listed.
  </subtitle>
  <link href="/group/comp.lang.misc/feed/atom_v1_0_msgs.xml" rel="self" title="comp.lang.misc feed"/>
  <updated>2008-08-30T12:32:26Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Robert Maas, http://tinyurl.com/uh3t</name>
  <email>jaycx2.3.calrob...@spamgourmet.com.remove</email>
  </author>
  <updated>2008-08-30T12:26:31Z</updated>
  <id>http://groups.google.com/group/comp.lang.misc/browse_thread/thread/8c644c54c903c830/6b1b37837745e5d4?show_docid=6b1b37837745e5d4</id>
  <link href="http://groups.google.com/group/comp.lang.misc/browse_thread/thread/8c644c54c903c830/6b1b37837745e5d4?show_docid=6b1b37837745e5d4"/>
  <title type="text">Re: core features and functions required in modern programming languages</title>
  <summary type="html" xml:space="preserve">
  So stop using a single word to refer to them!! Lisp implements &lt;br&gt; parse-tree transformations. Cpp implements text-chunk &lt;br&gt; transformations. The former are much more structured than the &lt;br&gt; latter, hence much more useful for transforming source code prior &lt;br&gt; to compilation or other use. When you say C isn&#39;t as good as Lisp,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Robert Maas, http://tinyurl.com/uh3t</name>
  <email>jaycx2.3.calrob...@spamgourmet.com.remove</email>
  </author>
  <updated>2008-08-30T12:07:30Z</updated>
  <id>http://groups.google.com/group/comp.lang.misc/browse_thread/thread/8c644c54c903c830/0c5e6972e6a87760?show_docid=0c5e6972e6a87760</id>
  <link href="http://groups.google.com/group/comp.lang.misc/browse_thread/thread/8c644c54c903c830/0c5e6972e6a87760?show_docid=0c5e6972e6a87760"/>
  <title type="text">Re: core features and functions required in modern programming languages</title>
  <summary type="html" xml:space="preserve">
  Wrong. The assembler for the IBM 1620 was called &amp;quot;S.P.S.&amp;quot; which &lt;br&gt; stood for &amp;quot;Symbolic Programming System&amp;quot;. The name &amp;quot;assembly &lt;br&gt; language&amp;quot; either was invented later or somehow bypassed the public &lt;br&gt; relations for the IBM 1620. I seem to remember about the same time &lt;br&gt; the IBM 7090 and 7094 used BAL as the name for their assembly
  </summary>
  </entry>
  <entry>
  <author>
  <name>Pascal J. Bourguignon</name>
  <email>p...@informatimago.com</email>
  </author>
  <updated>2008-08-30T12:32:26Z</updated>
  <id>http://groups.google.com/group/comp.lang.misc/browse_thread/thread/8c644c54c903c830/90338d24db0d1f0b?show_docid=90338d24db0d1f0b</id>
  <link href="http://groups.google.com/group/comp.lang.misc/browse_thread/thread/8c644c54c903c830/90338d24db0d1f0b?show_docid=90338d24db0d1f0b"/>
  <title type="text">Re: core features and functions required in modern programming languages</title>
  <summary type="html" xml:space="preserve">
  Don&#39;t you think C was already slow enough compared to Lisp without all &lt;br&gt; this? &lt;br&gt; An alternative would be run-time code generation, there are several &lt;br&gt; libraries to do that, including gnu lightning. &lt;br&gt; I heard Apple has it well integrated in Xcode, in a debugging context. &lt;br&gt; This is helped by Objective-C which is more dynamic a language than C
  </summary>
  </entry>
  <entry>
  <author>
  <name>Pascal J. Bourguignon</name>
  <email>p...@informatimago.com</email>
  </author>
  <updated>2008-08-30T12:32:10Z</updated>
  <id>http://groups.google.com/group/comp.lang.misc/browse_thread/thread/8c644c54c903c830/609c9d9869680d09?show_docid=609c9d9869680d09</id>
  <link href="http://groups.google.com/group/comp.lang.misc/browse_thread/thread/8c644c54c903c830/609c9d9869680d09?show_docid=609c9d9869680d09"/>
  <title type="text">Re: core features and functions required in modern programming languages</title>
  <summary type="html" xml:space="preserve">
  Strings need to be in the language, if you want SYMBOL-NAME and INTERN. &lt;br&gt; For &amp;quot;string literals&amp;quot; you need reader macros, or have them in the language. &lt;br&gt; (Lisp only has symbol, integers, rationals and floating-point numbers &lt;br&gt; built-in in its scanner; all the rest is user modifiable reader &lt;br&gt; macros).
  </summary>
  </entry>
  <entry>
  <author>
  <name>Robert Maas, http://tinyurl.com/uh3t</name>
  <email>jaycx2.3.calrob...@spamgourmet.com.remove</email>
  </author>
  <updated>2008-08-30T11:30:43Z</updated>
  <id>http://groups.google.com/group/comp.lang.misc/browse_thread/thread/8c644c54c903c830/f00534260acd249f?show_docid=f00534260acd249f</id>
  <link href="http://groups.google.com/group/comp.lang.misc/browse_thread/thread/8c644c54c903c830/f00534260acd249f?show_docid=f00534260acd249f"/>
  <title type="text">Re: core features and functions required in modern programming languages</title>
  <summary type="html" xml:space="preserve">
  That&#39;s great! Now in theory you *can&amp;quot;, by extreme hackery, make new &lt;br&gt; functions [in C] at runtime. Here&#39;s how: &lt;br&gt; - Make up a new filename that isn&#39;t the same as any other filename &lt;br&gt; currently in use or that any other process at this very moment &lt;br&gt; might try to make. (Suggestion: Use your own process-ID as part
  </summary>
  </entry>
  <entry>
  <author>
  <name>Pascal J. Bourguignon</name>
  <email>p...@informatimago.com</email>
  </author>
  <updated>2008-08-30T11:25:16Z</updated>
  <id>http://groups.google.com/group/comp.lang.misc/browse_thread/thread/8c644c54c903c830/2bdcc6f42b308a83?show_docid=2bdcc6f42b308a83</id>
  <link href="http://groups.google.com/group/comp.lang.misc/browse_thread/thread/8c644c54c903c830/2bdcc6f42b308a83?show_docid=2bdcc6f42b308a83"/>
  <title type="text">Re: core features and functions required in modern programming languages</title>
  <summary type="html" xml:space="preserve">
  This is not true anymore. On modern processors, the CPU can pause, &lt;br&gt; entering in a state where it consumes much less energy. This is of &lt;br&gt; vital importance for laptop computers, but it is also a good marketing &lt;br&gt; point for desktops (and even servers, they&#39;re not all busy 100% of the &lt;br&gt; time). &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://softwareblogs.intel.com/2007/01/10/all-about-system-power-states-s0-s5/&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Robert Maas, http://tinyurl.com/uh3t</name>
  <email>jaycx2.3.calrob...@spamgourmet.com.remove</email>
  </author>
  <updated>2008-08-30T09:48:04Z</updated>
  <id>http://groups.google.com/group/comp.lang.misc/browse_thread/thread/8c644c54c903c830/10cff664d88efd0a?show_docid=10cff664d88efd0a</id>
  <link href="http://groups.google.com/group/comp.lang.misc/browse_thread/thread/8c644c54c903c830/10cff664d88efd0a?show_docid=10cff664d88efd0a"/>
  <title type="text">Re: core features and functions required in modern programming languages</title>
  <summary type="html" xml:space="preserve">
  I think that at a bare mininum, today&#39;s concept of HLL includes &lt;br&gt; first class objects with some tagging or memory-management system &lt;br&gt; to distinguish (at runtime) various types of object from each &lt;br&gt; other, so that containers such as arrays and self-balancing binary &lt;br&gt; search trees can contain a mix of different kinds of objects that
  </summary>
  </entry>
  <entry>
  <author>
  <name>Robert Maas, http://tinyurl.com/uh3t</name>
  <email>jaycx2.3.calrob...@spamgourmet.com.remove</email>
  </author>
  <updated>2008-08-30T08:31:27Z</updated>
  <id>http://groups.google.com/group/comp.lang.misc/browse_thread/thread/8c644c54c903c830/07d01fb47b52ce14?show_docid=07d01fb47b52ce14</id>
  <link href="http://groups.google.com/group/comp.lang.misc/browse_thread/thread/8c644c54c903c830/07d01fb47b52ce14?show_docid=07d01fb47b52ce14"/>
  <title type="text">Re: core features and functions required in modern programming languages</title>
  <summary type="html" xml:space="preserve">
  More to the point: First class *anonymous* functions. If you have &lt;br&gt; to declare the name of every function at compile time, it sorta &lt;br&gt; defeats the idea of first-class functions. If you don&#39;t need to do &lt;br&gt; that, but the runtime system needs to invent a &amp;quot;name&amp;quot; for each new &lt;br&gt; function and make sure it doesn&#39;t duplicate the name of some other
  </summary>
  </entry>
  <entry>
  <author>
  <name>Robert Maas, http://tinyurl.com/uh3t</name>
  <email>jaycx2.3.calrob...@spamgourmet.com.remove</email>
  </author>
  <updated>2008-08-30T07:11:48Z</updated>
  <id>http://groups.google.com/group/comp.lang.misc/browse_thread/thread/8c644c54c903c830/f367f8e8264b31f2?show_docid=f367f8e8264b31f2</id>
  <link href="http://groups.google.com/group/comp.lang.misc/browse_thread/thread/8c644c54c903c830/f367f8e8264b31f2?show_docid=f367f8e8264b31f2"/>
  <title type="text">Re: core features and functions required in modern programming languages</title>
  <summary type="html" xml:space="preserve">
  I think we&#39;re talking past each other due to some misleading &lt;br&gt; jargon. The word &amp;quot;interpretor&amp;quot; has come to mean the read-eval-print &lt;br&gt; loop, which is itself no longer exactly that in most &lt;br&gt; implementations, more like a read-compile-execute-print loop. Still &lt;br&gt; there are two modes of compilation, block compilation used to
  </summary>
  </entry>
  <entry>
  <author>
  <name>Crushed_Ice</name>
  <email>slipandsl...@yahoo.com</email>
  </author>
  <updated>2008-08-28T23:12:42Z</updated>
  <id>http://groups.google.com/group/comp.lang.misc/browse_thread/thread/3063934b0c3460f2/8d4ebdf7bad17080?show_docid=8d4ebdf7bad17080</id>
  <link href="http://groups.google.com/group/comp.lang.misc/browse_thread/thread/3063934b0c3460f2/8d4ebdf7bad17080?show_docid=8d4ebdf7bad17080"/>
  <title type="text">Re: Typs and Classes</title>
  <summary type="html" xml:space="preserve">
  The details of the program code are still a subjective way of seeing your &lt;br&gt; application. Its almost a question of a preference for chocolate or vanilla &lt;br&gt; or sherbert. All of those are fairly refeshing on a summer picnic. You&#39;ll &lt;br&gt; see soon, if you practice, that there is no real cause for getting so &lt;br&gt; intimate with the code because the machine language generated is the same,
  </summary>
  </entry>
  <entry>
  <author>
  <email>thal...@dardome.de</email>
  </author>
  <updated>2008-08-26T14:28:54Z</updated>
  <id>http://groups.google.com/group/comp.lang.misc/browse_thread/thread/36c9aa9a8e0cd5d9/79fda4bbc1c176df?show_docid=79fda4bbc1c176df</id>
  <link href="http://groups.google.com/group/comp.lang.misc/browse_thread/thread/36c9aa9a8e0cd5d9/79fda4bbc1c176df?show_docid=79fda4bbc1c176df"/>
  <title type="text">Ann: Intel x86 JIT for LITTLE available</title>
  <summary type="html" xml:space="preserve">
  Finally, I found some time to implement JIT support on the Intel x86 &lt;br&gt; IA32 architecture for the LITTLE VM. &lt;br&gt; The corresponding LITTLE binary release 0.8.0b is available for &lt;br&gt; download at &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.thalion-graphics.de/download&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Currently, Linux is the only supported platform. &lt;br&gt; Btw., Intel x86 instruction encoding is a mess ...!!!
  </summary>
  </entry>
  <entry>
  <author>
  <name>E.D.G.</name>
  <email>edgrs...@ix.netcom.com</email>
  </author>
  <updated>2008-08-24T00:51:54Z</updated>
  <id>http://groups.google.com/group/comp.lang.misc/browse_thread/thread/d69ab1fd1c6d0e96/94409b67e2106ad0?show_docid=94409b67e2106ad0</id>
  <link href="http://groups.google.com/group/comp.lang.misc/browse_thread/thread/d69ab1fd1c6d0e96/94409b67e2106ad0?show_docid=94409b67e2106ad0"/>
  <title type="text">Re: Programming Languages Decisions</title>
  <summary type="html" xml:space="preserve">
  As stated in an earlier post, this application is intended to provide &lt;br&gt; researchers with invaluable information regarding earthquakes and how they &lt;br&gt; might be forecast. If it is as successful as I believe it should be then &lt;br&gt; people around the world interested in this science will begin moving the &lt;br&gt; effort forward.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Calum Grant</name>
  <email>n...@hotmail.com</email>
  </author>
  <updated>2008-08-21T11:30:27Z</updated>
  <id>http://groups.google.com/group/comp.lang.misc/browse_thread/thread/4866777f2a4592a3/8fde2074c5fc4521?show_docid=8fde2074c5fc4521</id>
  <link href="http://groups.google.com/group/comp.lang.misc/browse_thread/thread/4866777f2a4592a3/8fde2074c5fc4521?show_docid=8fde2074c5fc4521"/>
  <title type="text">Re: Is Open Source viable for very small teams or individual developers?</title>
  <summary type="html" xml:space="preserve">
  I&#39;m not sure open source makes much difference. Let&#39;s face it all &lt;br&gt; commercial organizations steal ideas from other products that they think &lt;br&gt; they can improve on. Big fish either buy or copy ideas from little &lt;br&gt; fish. Where I work our product managers get very excited about others&#39; &lt;br&gt; features and want them too!
  </summary>
  </entry>
  <entry>
  <author>
  <name>James Harris</name>
  <email>james.harri...@googlemail.com</email>
  </author>
  <updated>2008-08-20T21:54:28Z</updated>
  <id>http://groups.google.com/group/comp.lang.misc/browse_thread/thread/4866777f2a4592a3/343c2e7df2fa56db?show_docid=343c2e7df2fa56db</id>
  <link href="http://groups.google.com/group/comp.lang.misc/browse_thread/thread/4866777f2a4592a3/343c2e7df2fa56db?show_docid=343c2e7df2fa56db"/>
  <title type="text">Re: Is Open Source viable for very small teams or individual developers?</title>
  <summary type="html" xml:space="preserve">
  ... &lt;br&gt; ... &lt;br&gt; Sure. I should be clear that they are intended to be separate &lt;br&gt; projects. I sometimes find that they are moving in the same direction &lt;br&gt; - or at least heading towards supporting the same programming model &lt;br&gt; but I&#39;m not too comfortable with that and try to avoid it. They should &lt;br&gt; be separate. &lt;br&gt; I&#39;m sure you are right that if someone does come up with some good
  </summary>
  </entry>
  <entry>
  <author>
  <email>s...@netherlands.com</email>
  </author>
  <updated>2008-08-20T21:47:46Z</updated>
  <id>http://groups.google.com/group/comp.lang.misc/browse_thread/thread/d69ab1fd1c6d0e96/80222475d2fc4eec?show_docid=80222475d2fc4eec</id>
  <link href="http://groups.google.com/group/comp.lang.misc/browse_thread/thread/d69ab1fd1c6d0e96/80222475d2fc4eec?show_docid=80222475d2fc4eec"/>
  <title type="text">Re: Programming Languages Decisions</title>
  <summary type="html" xml:space="preserve">
  I&#39;m sure your program will be embraced by your community. &lt;br&gt; Stable however, implies longevity. There is a littany of problems &lt;br&gt; surrounding the wrapping of code around free software, and the interfaces &lt;br&gt; they provide. &lt;br&gt; Those thousands are your intellectual customers. When upgrades happen, all &lt;br&gt; the way from the platform, up several steps, customers get irritated when
  </summary>
  </entry>
</feed>
