Howth your immunity to iocaine powder...<br><br><div class="gmail_quote">On Tue, Feb 14, 2012 at 11:53 AM, Calvin Harrigan <span dir="ltr">&lt;<a href="mailto:charriglists@bellsouth.net">charriglists@bellsouth.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">As a person with a lisp, I find these comments to be inconthevable!<br>
<div class="HOEnZb"><div class="h5"><br>
On 2/14/2012 11:37 AM, Pete Hardie wrote:<br>
&gt; Yeth!<br>
&gt;<br>
&gt; On Tue, Feb 14, 2012 at 11:20, Lightner, Jeff&lt;<a href="mailto:JLightner@water.com">JLightner@water.com</a>&gt;  wrote:<br>
&gt;&gt; Shouldn&#39;t that be Lithp to Thee?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; -----Original Message-----<br>
&gt;&gt; From: <a href="mailto:ale-bounces@ale.org">ale-bounces@ale.org</a> [mailto:<a href="mailto:ale-bounces@ale.org">ale-bounces@ale.org</a>] On Behalf Of <a href="mailto:mike@trausch.us">mike@trausch.us</a><br>
&gt;&gt; Sent: Tuesday, February 14, 2012 11:12 AM<br>
&gt;&gt; To: <a href="mailto:ale@ale.org">ale@ale.org</a><br>
&gt;&gt; Subject: Re: [ale] LISP to C<br>
&gt;&gt;<br>
&gt;&gt; On 02/14/2012 11:05 AM, Terry Bailey wrote:<br>
&gt;&gt;&gt; Is there a way to convert LISP source code into readable C source code?<br>
&gt;&gt;<br>
&gt;&gt; No.<br>
&gt;&gt;<br>
&gt;&gt; Well, probably not.<br>
&gt;&gt;<br>
&gt;&gt; You&#39;re talking about compilation, the only difference being that instead<br>
&gt;&gt; of compiling straight to assembly language or an AST, you&#39;re generating C.<br>
&gt;&gt;<br>
&gt;&gt; For example (using Vala because I don&#39;t have a LISP-to-C compiler):<br>
&gt;&gt; mbt@aloe /tmp/d $ ls -l<br>
&gt;&gt; total 8<br>
&gt;&gt; -rw-r--r-- 1 mbt mbt 520 Feb 14 11:10 hello.c<br>
&gt;&gt; -rw-r--r-- 1 mbt mbt  94 Feb 14 11:09 hello.vala<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Vala input:<br>
&gt;&gt; =========================================================================<br>
&gt;&gt; using GLib;<br>
&gt;&gt;<br>
&gt;&gt; public static int main(string[] args) {<br>
&gt;&gt;         stdout.printf(&quot;Hello!\n&quot;);<br>
&gt;&gt;         return(0);<br>
&gt;&gt; }<br>
&gt;&gt; =========================================================================<br>
&gt;&gt;<br>
&gt;&gt; C output:<br>
&gt;&gt; =========================================================================<br>
&gt;&gt; /* hello.c generated by valac 0.14.2, the Vala compiler<br>
&gt;&gt;   * generated from hello.vala, do not modify */<br>
&gt;&gt;<br>
&gt;&gt; #include&lt;glib.h&gt;<br>
&gt;&gt; #include&lt;glib-object.h&gt;<br>
&gt;&gt; #include&lt;stdlib.h&gt;<br>
&gt;&gt; #include&lt;string.h&gt;<br>
&gt;&gt; #include&lt;stdio.h&gt;<br>
&gt;&gt;<br>
&gt;&gt; gint _vala_main (gchar** args, int args_length1);<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; gint _vala_main (gchar** args, int args_length1) {<br>
&gt;&gt;         gint result = 0;<br>
&gt;&gt;         FILE* _tmp0_;<br>
&gt;&gt;         _tmp0_ = stdout;<br>
&gt;&gt;         fprintf (_tmp0_, &quot;Hello!\n&quot;);<br>
&gt;&gt;         result = 0;<br>
&gt;&gt;         return result;<br>
&gt;&gt; }<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; int main (int argc, char ** argv) {<br>
&gt;&gt;         g_type_init ();<br>
&gt;&gt;         return _vala_main (argv, argc);<br>
&gt;&gt; }<br>
&gt;&gt; =========================================================================<br>
&gt;&gt;<br>
&gt;&gt; Trust me, it gets a *lot* worse from there.  Non-trivial programs become<br>
&gt;&gt; *extremely* difficult to read.<br>
&gt;&gt;<br>
&gt;&gt; What are you trying to accomplish?  Could you follow the same model as<br>
&gt;&gt; Vala, where you precompile the specialty language and only distribute<br>
&gt;&gt; the pre-generated C?<br>
&gt;&gt;<br>
&gt;&gt;         --- Mike<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; A man who reasons deliberately, manages it better after studying Logic<br>
&gt;&gt; than he could before, if he is sincere about it and has common sense.<br>
&gt;&gt;                                    --- Carveth Read, &quot;Logic&quot;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Athena(r), Created for the Cause(tm)<br>
&gt;&gt; Making a Difference in the Fight Against Breast Cancer<br>
&gt;&gt;<br>
&gt;&gt; ---------------------------------<br>
&gt;&gt; CONFIDENTIALITY NOTICE: This e-mail may contain privileged or confidential information and is for the sole use of the intended recipient(s). If you are not the intended recipient, any disclosure, copying, distribution, or use of the contents of this information is prohibited and may be unlawful. If you have received this electronic transmission in error, please reply immediately to the sender that you have received the message in error, and delete it. Thank you.<br>

&gt;&gt; ----------------------------------<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Ale mailing list<br>
&gt;&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>-- <br>James P. Kinney III<br><br>As long as the general population is passive, apathetic, diverted to 
consumerism or hatred of the vulnerable, then the powerful can do as 
they please, and those who survive will be left to contemplate the 
outcome.<br>- <i><i><i><i>2011 Noam Chomsky<br><br><a href="http://heretothereideas.blogspot.com/" target="_blank">http://heretothereideas.blogspot.com/</a><br></i></i></i></i><br>