<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>comp.lang.scheme Google Group</title>
  <link>http://groups.google.co.uk/group/comp.lang.scheme</link>
  <description>The Scheme Programming language.</description>
  <language>en</language>
  <item>
  <title>Re: A question about lexical binding</title>
  <link>http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/09b619a1361cc44e/aea1bcd6964c3dfc?show_docid=aea1bcd6964c3dfc</link>
  <description>
  The real meaning of lexical scope, compared to dynamic scope, is that &lt;br&gt; the meaning of a variable is given by the context in which the variable &lt;br&gt; was originally defined, and doesn&#39;t change depending on where a function &lt;br&gt; that uses that variable is called from. &lt;br&gt; The term commonly used here is &amp;quot;dynamic binding&amp;quot;, rather than &amp;quot;deep
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/09b619a1361cc44e/aea1bcd6964c3dfc?show_docid=aea1bcd6964c3dfc</guid>
  <author>
  an...@appsolutions.com
  (Anton van Straaten)
  </author>
  <pubDate>Tue, 10 Oct 2008 16:48:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: A &#39;reconstructing&#39; printer</title>
  <link>http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/b1e194262b4b2f96/e49511dd292710ed?show_docid=e49511dd292710ed</link>
  <description>
  I think that in general, this kind of thing is not possible. You may be &lt;br&gt; able to do special cases, but you can&#39;t guarantee to get the original &lt;br&gt; code back. After expansion, there is no way to tell how you expanded to &lt;br&gt; that code. &lt;br&gt; Aaron Hsu
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/b1e194262b4b2f96/e49511dd292710ed?show_docid=e49511dd292710ed</guid>
  <author>
  arcf...@sacrideo.us
  (Aaron W. Hsu)
  </author>
  <pubDate>Tue, 10 Oct 2008 16:16:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: Was there a schism between R4RS and R5RS?</title>
  <link>http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/297560f1644323e3/fd3b10c77e932ee8?show_docid=fd3b10c77e932ee8</link>
  <description>
  People inferred that Scheme was &amp;quot;not useful&amp;quot; for real programming &lt;br&gt; because the R5RS standard wasn&#39;t complete enough for real programming, &lt;br&gt; implying that a Scheme in practice -- meaning an implementation -- &lt;br&gt; was useless for &amp;quot;real&amp;quot; programming. &lt;br&gt; Aaron Hsu
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/297560f1644323e3/fd3b10c77e932ee8?show_docid=fd3b10c77e932ee8</guid>
  <author>
  arcf...@sacrideo.us
  (Aaron W. Hsu)
  </author>
  <pubDate>Tue, 10 Oct 2008 16:11:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: A &#39;reconstructing&#39; printer</title>
  <link>http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/b1e194262b4b2f96/89f77a8d6d945fa4?show_docid=89f77a8d6d945fa4</link>
  <description>
  For those interested, here is the start of such a thing (for those &lt;br&gt; using psyntax): &lt;br&gt; (define (pp-expr so) &lt;br&gt; (define pe pp-expr) &lt;br&gt; (define (pe* sl) (map pe sl)) &lt;br&gt; (syntax-case so (case-lambda if begin set! letrec letrec*) &lt;br&gt; [((case-lambda [(a ...) b b* ...]) p ...) &lt;br&gt; (with-syntax (((b ...) (pe* #&#39;(b b* ...)))
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/b1e194262b4b2f96/89f77a8d6d945fa4?show_docid=89f77a8d6d945fa4</guid>
  <author>
  xacc....@gmail.com
  (leppie)
  </author>
  <pubDate>Tue, 10 Oct 2008 12:40:14 UT
</pubDate>
  </item>
  <item>
  <title>Re: A question about lexical binding</title>
  <link>http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/09b619a1361cc44e/a419cdabc0357323?show_docid=a419cdabc0357323</link>
  <description>
  Same answer as in cll.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/09b619a1361cc44e/a419cdabc0357323?show_docid=a419cdabc0357323</guid>
  <author>
  p...@informatimago.com
  (Pascal J. Bourguignon)
  </author>
  <pubDate>Tue, 10 Oct 2008 12:30:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: A &#39;reconstructing&#39; printer</title>
  <link>http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/b1e194262b4b2f96/ef5778b04e8ddb0f?show_docid=ef5778b04e8ddb0f</link>
  <description>
  On Oct 14, 12:46 pm, Jens Axel Soegaard &lt;br&gt; Thanks Jens, that looks perfect :)
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/b1e194262b4b2f96/ef5778b04e8ddb0f?show_docid=ef5778b04e8ddb0f</guid>
  <author>
  xacc....@gmail.com
  (leppie)
  </author>
  <pubDate>Tue, 10 Oct 2008 11:18:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: A &#39;reconstructing&#39; printer</title>
  <link>http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/b1e194262b4b2f96/4cb0d4bf97c08a02?show_docid=4cb0d4bf97c08a02</link>
  <description>
  Something like this? &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://planet.plt-scheme.org/package-source/soegaard/syntax.plt/1/0/doc.txt&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/b1e194262b4b2f96/4cb0d4bf97c08a02?show_docid=4cb0d4bf97c08a02</guid>
  <author>
  findrealaddresswithgoo...@soegaard.net
  (Jens Axel Soegaard)
  </author>
  <pubDate>Tue, 10 Oct 2008 10:46:29 UT
</pubDate>
  </item>
  <item>
  <title>A &#39;reconstructing&#39; printer</title>
  <link>http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/b1e194262b4b2f96/16399b0344dc4e57?show_docid=16399b0344dc4e57</link>
  <description>
  Hi &lt;br&gt; I am not sure if this is feasible or if someone has done something &lt;br&gt; similar, but I looking for something to help &#39;reconstruct&#39; scheme code &lt;br&gt; that has already been through an expander. &lt;br&gt; Example &lt;br&gt; During expansion: &lt;br&gt; (let ((x #f)) x) =&amp;gt; ((lambda (x) x) #f) &lt;br&gt; Now I am looking for something that can (but not need to) do the
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/b1e194262b4b2f96/16399b0344dc4e57?show_docid=16399b0344dc4e57</guid>
  <author>
  xacc....@gmail.com
  (leppie)
  </author>
  <pubDate>Tue, 10 Oct 2008 10:08:38 UT
</pubDate>
  </item>
  <item>
  <title>A question about lexical binding</title>
  <link>http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/09b619a1361cc44e/3931b93348d2fa88?show_docid=3931b93348d2fa88</link>
  <description>
  For a couple of years (well, since I started learning Lisp and Scheme &lt;br&gt; in my spare time) already I am trying to fathom what the real meaning &lt;br&gt; of lexical scope is. I know how to use them, I program Perl at day, &lt;br&gt; and I know the extent of lexical variables, and I can use them to &lt;br&gt; build closures. &lt;br&gt; However, I am currently going over SICP, and I am building an
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/09b619a1361cc44e/3931b93348d2fa88?show_docid=3931b93348d2fa88</guid>
  <author>
  jurgen.defu...@pandora.be
  (chthon)
  </author>
  <pubDate>Tue, 10 Oct 2008 09:14:34 UT
</pubDate>
  </item>
  <item>
  <title>ANN: hop-1.9.2</title>
  <link>http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/18f0487c70a59176/7f12fcf5f6c3ecb8?show_docid=7f12fcf5f6c3ecb8</link>
  <description>
  Hop is a programming language designed for the Web 2.0. It is a &lt;br&gt; higher-order language for programming interactive web applications &lt;br&gt; such as web agendas, web galleries, music players, etc. Hop can be &lt;br&gt; viewed as a replacement for traditional graphical toolkits. HOP is &lt;br&gt; implemented as a Web broker, i.e., a Web server that may act
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/18f0487c70a59176/7f12fcf5f6c3ecb8?show_docid=7f12fcf5f6c3ecb8</guid>
  <author>
  manuel.serr...@inria.fr
  (Manuel Serrano)
  </author>
  <pubDate>Tue, 10 Oct 2008 06:20:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: Was there a schism between R4RS and R5RS?</title>
  <link>http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/297560f1644323e3/6ffb447c252961ac?show_docid=6ffb447c252961ac</link>
  <description>
  On 14 Ott, 06:53, Abdulaziz Ghuloum &amp;lt;aghul...@cee.ess.indiana.edu&amp;gt; &lt;br&gt; wrote: &lt;br&gt; Indeed.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/297560f1644323e3/6ffb447c252961ac?show_docid=6ffb447c252961ac</guid>
  <author>
  ven...@virgilio.it
  (Vend)
  </author>
  <pubDate>Tue, 10 Oct 2008 06:07:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: Was there a schism between R4RS and R5RS?</title>
  <link>http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/297560f1644323e3/45df0cb4298e5acd?show_docid=45df0cb4298e5acd</link>
  <description>
  Correct me if I&#39;m wrong, but I don&#39;t think &amp;quot;people&amp;quot; talked about &lt;br&gt; &amp;quot;R5RS based Schemes&amp;quot; since everybody knows the usefulness of Chez, &lt;br&gt; Chicken, Gambit, MzScheme, etc., outside of research and teaching. &lt;br&gt; There might have been some talk about &amp;quot;R5RS the standard&amp;quot;, which is, &lt;br&gt; for the most part, not that useful even for research and teaching
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/297560f1644323e3/45df0cb4298e5acd?show_docid=45df0cb4298e5acd</guid>
  <author>
  aghul...@cee.ess.indiana.edu
  (Abdulaziz Ghuloum)
  </author>
  <pubDate>Tue, 10 Oct 2008 04:53:52 UT
</pubDate>
  </item>
  <item>
  <title>NYC LOCAL: Tuesday 14 October 2008, Two Separate Meetings: NYLUG Python, and Lisp NYC</title>
  <link>http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/d31eb547873a2fac/4e1d23d6f2be478b?show_docid=4e1d23d6f2be478b</link>
  <description>
  The NYLUG Python Workshop meets at 6:00 pm, Lisp NYC meets at &lt;br&gt; 7:00 pm, on Tuesday 14 October 2008. The meetings are at two &lt;br&gt; different places. &lt;br&gt; For full information see the two official announcements below my &lt;br&gt; signature. &lt;br&gt; Jay Sulzberger &amp;lt;secret...@lxny.org&amp;gt; &lt;br&gt; Corresponding Secretary LXNY &lt;br&gt; LXNY is New York&#39;s Free Computing Organization.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/d31eb547873a2fac/4e1d23d6f2be478b?show_docid=4e1d23d6f2be478b</guid>
  <author>
  secret...@lxny.org
  </author>
  <pubDate>Tue, 10 Oct 2008 04:15:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: Was there a schism between R4RS and R5RS?</title>
  <link>http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/297560f1644323e3/5957e5b767923296?show_docid=5957e5b767923296</link>
  <description>
  &amp;lt;rant&amp;gt; &lt;br&gt; Why do people continue to think that R5RS based Schemes were useless &lt;br&gt; or not very useful for real-world work outside of reasearch and &lt;br&gt; teaching? I used them commercially all the time, and they worked better &lt;br&gt; than many other infrastructures that people tried to sell me. &lt;br&gt; It is possible to make a very useful language that is also aesthetically
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/297560f1644323e3/5957e5b767923296?show_docid=5957e5b767923296</guid>
  <author>
  arcf...@sacrideo.us
  (Aaron W. Hsu)
  </author>
  <pubDate>Tue, 10 Oct 2008 02:03:57 UT
</pubDate>
  </item>
  <item>
  <title>Re: Was there a schism between R4RS and R5RS?</title>
  <link>http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/297560f1644323e3/50af5d3764ff563e?show_docid=50af5d3764ff563e</link>
  <description>
  &amp;lt;rant&amp;gt; &lt;br&gt; If they want to design a crippled language just to fulfill some &lt;br&gt; abstract and entirely subjective aesthetic ideal, they can always make &lt;br&gt; something like Unlambda or Iota. &lt;br&gt; Scheme is supposed to be an useable and useful language, maybe not for &lt;br&gt; mass-producing websites, but at least for research and teaching, IMHO.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/comp.lang.scheme/browse_thread/thread/297560f1644323e3/50af5d3764ff563e?show_docid=50af5d3764ff563e</guid>
  <author>
  ven...@virgilio.it
  (Vend)
  </author>
  <pubDate>Mon, 10 Oct 2008 22:22:17 UT
</pubDate>
  </item>
  </channel>
</rss>
