<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Weighing Exotic Technologies</title>
	<atom:link href="http://www.redmountainsw.com/wordpress/archives/weighing-lisp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.redmountainsw.com/wordpress/archives/weighing-lisp</link>
	<description>pulling the rug</description>
	<pubDate>Fri, 09 Jan 2009 21:08:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike</title>
		<link>http://www.redmountainsw.com/wordpress/archives/weighing-lisp/comment-page-1#comment-263</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 10 Apr 2006 13:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmountainsw.com/wordpress/archives/weighing-lisp#comment-263</guid>
		<description>There is also http://www.lsharp.org/, if your a masocist.</description>
		<content:encoded><![CDATA[<p>There is also <a href="http://www.lsharp.org/" rel="nofollow">http://www.lsharp.org/</a>, if your a masocist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.redmountainsw.com/wordpress/archives/weighing-lisp/comment-page-1#comment-262</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 07 Apr 2006 15:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmountainsw.com/wordpress/archives/weighing-lisp#comment-262</guid>
		<description>UFFI is an older interface. CFFI is the current interface. There are a number of database interfaces for common lisp. The main one would be http://www.cliki.net/CLSQL. UFFI info http://www.cliki.net/UFFI. All things CL related can be found at http://www.cliki.net/index. 

I also use CLISP for just that reason. Stuff I have to write has to be cross platform and CLISP is as good in that regard as Java but is faster and more memory efficient. CLISP supports both UFFI and CFFI. There is also swig. There is also an inexpensive (Free for personal, $250 for redistribution) commercial CL for windows called Corman Common Lisp. It looks quite good and has both Windows API and COM support. It also compiles to very fast native code. 

As far as .net is concerned there is RDNZL but there is also http://foil.sourceforge.net/</description>
		<content:encoded><![CDATA[<p>UFFI is an older interface. CFFI is the current interface. There are a number of database interfaces for common lisp. The main one would be <a href="http://www.cliki.net/CLSQL" rel="nofollow">http://www.cliki.net/CLSQL</a>. UFFI info <a href="http://www.cliki.net/UFFI" rel="nofollow">http://www.cliki.net/UFFI</a>. All things CL related can be found at <a href="http://www.cliki.net/index" rel="nofollow">http://www.cliki.net/index</a>. </p>
<p>I also use CLISP for just that reason. Stuff I have to write has to be cross platform and CLISP is as good in that regard as Java but is faster and more memory efficient. CLISP supports both UFFI and CFFI. There is also swig. There is also an inexpensive (Free for personal, $250 for redistribution) commercial CL for windows called Corman Common Lisp. It looks quite good and has both Windows API and COM support. It also compiles to very fast native code. </p>
<p>As far as .net is concerned there is RDNZL but there is also <a href="http://foil.sourceforge.net/" rel="nofollow">http://foil.sourceforge.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chui</title>
		<link>http://www.redmountainsw.com/wordpress/archives/weighing-lisp/comment-page-1#comment-261</link>
		<dc:creator>Chui</dc:creator>
		<pubDate>Fri, 07 Apr 2006 05:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmountainsw.com/wordpress/archives/weighing-lisp#comment-261</guid>
		<description>Thanks for the heads up to the .net interface.  I wasn't looking hard enough. Are you referring to &lt;a href="http://www.weitz.de/rdnzl/" rel="nofollow"&gt;RDNZL&lt;/a&gt; ?

The last time I looked at FFI, I was playing with CLISP (I'm running on Windows). Without UFFI support, it was very hard to get ODBC going, which is the bare minimum for a toy project. 

Your point about aspect oriented programming being easier with Lisp et c.... I'm already sold on that. I'm only voicing what are the barriers that keep me using more Lisp.</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up to the .net interface.  I wasn&#8217;t looking hard enough. Are you referring to <a href="http://www.weitz.de/rdnzl/" rel="nofollow">RDNZL</a> ?</p>
<p>The last time I looked at FFI, I was playing with CLISP (I&#8217;m running on Windows). Without UFFI support, it was very hard to get ODBC going, which is the bare minimum for a toy project. </p>
<p>Your point about aspect oriented programming being easier with Lisp et c&#8230;. I&#8217;m already sold on that. I&#8217;m only voicing what are the barriers that keep me using more Lisp.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.redmountainsw.com/wordpress/archives/weighing-lisp/comment-page-1#comment-258</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 07 Apr 2006 02:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmountainsw.com/wordpress/archives/weighing-lisp#comment-258</guid>
		<description>Actually, as far as other libraries are concerned. There is an interface between lisp and .net. There is also an interface between lisp and java as well. Also anything that can be or is written in c can be used in lisp. C++ libs can also be used via swig. The commercial lisps also have interfaces to COM. So, yes, you can use those libs in lisp. The socket libraries may not be part of the standard but they are standardized in practice. I'm not familiar with that socket lib and it is not the one normally used. 

Your choice to talk about standards is ironic given that Java is not standardized and C# has a very superficial standard where common lisps standard is both deep and broad.

You seem to be focused on licensing code, I'm quite certain that you could find the libraries to license if you looked. It has been my experience that commercial libs are more trouble then the are worth, however

Lisp is not just about macros. They are great and allow lisp to be extended as the programmer desires. It is also the whole lisp philosophy of building up the language to better suit the application domain.That the language is itself programmable. Lisp being as old as it is predates many of the programming paradigms that are currently in use, such as  oop and aspect oriented. But as each new programming method has emerged, lisp has subsumed it. For java to support aspect oriented programming, a whole new language and compiler had to be created. For lisp it is just an add on library. Lisp has been described as the 100 year language. This is because of lisps adaptibility. Can you imagine using Java or C# in fifty years? I have no doubt that lisp will be in active use in fifty years. It may be significantly evolved but it will still be lisp.</description>
		<content:encoded><![CDATA[<p>Actually, as far as other libraries are concerned. There is an interface between lisp and .net. There is also an interface between lisp and java as well. Also anything that can be or is written in c can be used in lisp. C++ libs can also be used via swig. The commercial lisps also have interfaces to COM. So, yes, you can use those libs in lisp. The socket libraries may not be part of the standard but they are standardized in practice. I&#8217;m not familiar with that socket lib and it is not the one normally used. </p>
<p>Your choice to talk about standards is ironic given that Java is not standardized and C# has a very superficial standard where common lisps standard is both deep and broad.</p>
<p>You seem to be focused on licensing code, I&#8217;m quite certain that you could find the libraries to license if you looked. It has been my experience that commercial libs are more trouble then the are worth, however</p>
<p>Lisp is not just about macros. They are great and allow lisp to be extended as the programmer desires. It is also the whole lisp philosophy of building up the language to better suit the application domain.That the language is itself programmable. Lisp being as old as it is predates many of the programming paradigms that are currently in use, such as  oop and aspect oriented. But as each new programming method has emerged, lisp has subsumed it. For java to support aspect oriented programming, a whole new language and compiler had to be created. For lisp it is just an add on library. Lisp has been described as the 100 year language. This is because of lisps adaptibility. Can you imagine using Java or C# in fifty years? I have no doubt that lisp will be in active use in fifty years. It may be significantly evolved but it will still be lisp.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chui</title>
		<link>http://www.redmountainsw.com/wordpress/archives/weighing-lisp/comment-page-1#comment-257</link>
		<dc:creator>Chui</dc:creator>
		<pubDate>Thu, 06 Apr 2006 22:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmountainsw.com/wordpress/archives/weighing-lisp#comment-257</guid>
		<description>Thanks for commenting Mike. 

Not being a lisper myself, I relied on the authority of the people writing LispSockets who wrote quote: "One of the Great Complaints about Lisp is its lack of standard sockets" unquote. I relied on it to infer that the higher level functions built upon sockets are going to be non-standard and not easily portable ... if portability was a goal.  Incidentally the project home page talks in terms of future tense, ie. "project will be able to... " etc. Doesn't give me much confidence, especially since this is 2006. 

I wasn't very clear in my post about templates and attributed languages. Lisp's macros rock, but in terms of language tradeoffs, C# and Java are stealing enough ideas from Lisp but Lisp isn't stealing CLR and Java's standard library, or third party component library. Take the example of the snazzy kind of charts referred to in the post, is there any way someone running on Lisp could take advantage of these?</description>
		<content:encoded><![CDATA[<p>Thanks for commenting Mike. </p>
<p>Not being a lisper myself, I relied on the authority of the people writing LispSockets who wrote quote: &#8220;One of the Great Complaints about Lisp is its lack of standard sockets&#8221; unquote. I relied on it to infer that the higher level functions built upon sockets are going to be non-standard and not easily portable &#8230; if portability was a goal.  Incidentally the project home page talks in terms of future tense, ie. &#8220;project will be able to&#8230; &#8221; etc. Doesn&#8217;t give me much confidence, especially since this is 2006. </p>
<p>I wasn&#8217;t very clear in my post about templates and attributed languages. Lisp&#8217;s macros rock, but in terms of language tradeoffs, C# and Java are stealing enough ideas from Lisp but Lisp isn&#8217;t stealing CLR and Java&#8217;s standard library, or third party component library. Take the example of the snazzy kind of charts referred to in the post, is there any way someone running on Lisp could take advantage of these?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.redmountainsw.com/wordpress/archives/weighing-lisp/comment-page-1#comment-256</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 06 Apr 2006 20:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmountainsw.com/wordpress/archives/weighing-lisp#comment-256</guid>
		<description>Your examples are bad. There are libraries for all of the above applications that  are cross platform and vendor neutral. Here's a link to a list of some of the libraries that are available: http://www.cl-user.net/asp/Crla2/sdataQIUw8QhMnSxcDQjr-br2OxCk8yBX8yBX8oQ5Ss9v-ujg$Np5/sdataQu3F$sSHnB==

As far as templates, C++ templates are reasonable but Java template suck ass. As far are attributes, Lisp syntax is completely extensible. If you really want attributes then add them. There's one library I know of that makes XML a valid lisp syntax.</description>
		<content:encoded><![CDATA[<p>Your examples are bad. There are libraries for all of the above applications that  are cross platform and vendor neutral. Here&#8217;s a link to a list of some of the libraries that are available: <a href="http://www.cl-user.net/asp/Crla2/sdataQIUw8QhMnSxcDQjr-br2OxCk8yBX8yBX8oQ5Ss9v-ujg$Np5/sdataQu3F$sSHnB==" rel="nofollow">http://www.cl-user.net/asp/Crla2/sdataQIUw8QhMnSxcDQjr-br2OxCk8yBX8yBX8oQ5Ss9v-ujg$Np5/sdataQu3F$sSHnB==</a></p>
<p>As far as templates, C++ templates are reasonable but Java template suck ass. As far are attributes, Lisp syntax is completely extensible. If you really want attributes then add them. There&#8217;s one library I know of that makes XML a valid lisp syntax.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
