<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>LISP.NET</title><link>http://weblogs.asp.net/rmclaws/archive/2003/10/12/31623.aspx</link><description>I've seen a lot of people talking about LISP lately. I have no idea what the heck it is, but I was searching my hard drive for a User's Guide I wrote for GenX.NET, and I found this link. It's a LISP compiler right inside the .NET Framework 1.1 SDK. Look</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>CLisp sample in .NET | keyongtech</title><link>http://weblogs.asp.net/rmclaws/archive/2003/10/12/31623.aspx#6854001</link><pubDate>Thu, 22 Jan 2009 05:08:09 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6854001</guid><dc:creator>CLisp sample in .NET | keyongtech</dc:creator><author>CLisp sample in .NET | keyongtech</author><description>&lt;p&gt;Pingback from &amp;nbsp;CLisp sample in .NET | keyongtech&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6854001" width="1" height="1"&gt;</description></item><item><title>re: LISP.NET</title><link>http://weblogs.asp.net/rmclaws/archive/2003/10/12/31623.aspx#133130</link><pubDate>Mon, 17 May 2004 11:41:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:133130</guid><dc:creator>alex</dc:creator><author>alex</author><description>Lisp is usually compiled when used for serious applications, not interpreted on a VM. It's therefore incorrect to call it an &amp;quot;interpreted language&amp;quot;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=133130" width="1" height="1"&gt;</description></item><item><title>re: LISP.NET</title><link>http://weblogs.asp.net/rmclaws/archive/2003/10/12/31623.aspx#108907</link><pubDate>Wed, 07 Apr 2004 07:35:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:108907</guid><dc:creator>jeff</dc:creator><author>jeff</author><description>Actually, LISP has survived the AI times. It can be used as any programming language for other applications as well (for example AutoCAD is programmed in LISP). Many ideas of LISP have been taken over by JAVA and .NET (high level language, virtual machine, garbage collection...). &lt;br&gt;&lt;br&gt;I've been leading a team of LISP developers (and doing some coding myself) for a number of years. We create planning tools used in the airline industry's daily business.&lt;br&gt;&lt;br&gt;IMHO, besides powerful string processing facilities, LISP's main advantage are:&lt;br&gt;&lt;br&gt;- Fast development cycles (as it's an interpreted language like JAVA and C#/.NET, so no lengthy linking-compiling stuff. Further, each function or method can be modified/loaded/tested separately at runtime. By experience, much faster to write than JAVA and of course C++)&lt;br&gt;&lt;br&gt;- Incredible flexibility (any algorithm, structure, concept can be programmed in a very natural way. What other language easily allows you to create functions that create functions? BTW, unlike JAVA, LISP also supports multiple inheritance) &lt;br&gt;&lt;br&gt;- Short learning curve for programmers as one can program LISP in any style (functional, OO) and make the code look like your favourite language (might it be C, JAVA, Pascal, Fortran, VB...). This might also be a disadvantage, especially in big projects (&amp;gt; 1 man!) because it doesn't force one to use a particuliar structure. If this annoys you, you can still use the very LISP-like Smalltalk, which is 100% OO and ortogonal and thus enforces a bit more disciplin.&lt;br&gt;&lt;br&gt;The main disdvantages is that the LISP community is quite small compared to the C and JAVA communities. But it's still vivid! Nearly all programmers I know who got to use LISP were reluctant at the beginning, but are now fervent supporters of it. So why not give it a try? &lt;br&gt;&lt;br&gt;For more information, I recommend &lt;a target="_new" href="http://www.lispworks.com/"&gt;http://www.lispworks.com/&lt;/a&gt;. &lt;br&gt;&lt;br&gt;For a free personal edition development environment (Windows or LINUX/UNIX), I know 2 possibilities: you can download the one at the site above (belonging to XAnalys) or the one at Franz (www.franz.com). There are also other smaller vendors. I personally prefer XAnalys (better support than Franz and better GUI library). The 2 main vendors (Franz &amp;amp; Xanalys) collaborate on many developments. &lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=108907" width="1" height="1"&gt;</description></item><item><title>re: LISP.NET</title><link>http://weblogs.asp.net/rmclaws/archive/2003/10/12/31623.aspx#94506</link><pubDate>Tue, 23 Mar 2004 13:26:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:94506</guid><dc:creator>sh</dc:creator><author>sh</author><description>Lisp/Lisp machines seems to be where microsoft .net is taking the OS.&lt;br&gt;They are even adding closures.&lt;br&gt;I would personally like to see them or someone&lt;br&gt;support lisp as a mainstream .net language.&lt;br&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=94506" width="1" height="1"&gt;</description></item><item><title>re: LISP.NET</title><link>http://weblogs.asp.net/rmclaws/archive/2003/10/12/31623.aspx#31634</link><pubDate>Sun, 12 Oct 2003 12:46:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:31634</guid><dc:creator>denny</dc:creator><author>denny</author><description>yep thats it.&lt;br&gt;&lt;br&gt;a short info on LISP&lt;br&gt;&lt;br&gt;one of the &amp;quot;Classic&amp;quot; AI languages&lt;br&gt;&lt;br&gt;stands for LISt Processing &lt;br&gt;AFAIK recall&lt;br&gt;&lt;br&gt;can be used for string processing problems.&lt;br&gt;&lt;br&gt;was used by a school to do an AI system&lt;br&gt;where it built up a database of word-relations and english grammer / syntax.&lt;br&gt;&lt;br&gt;a program on PBS showed a sample of one production....&lt;br&gt;&lt;br&gt;it would ask a question each time it &amp;quot;thought&amp;quot; it found a valid statement.&lt;br&gt;&lt;br&gt;so it asked if this was true:&lt;br&gt;&lt;br&gt;a father is to a family as a dictator is to a small country?&lt;br&gt;&lt;br&gt;this was a ? it made based on it's data about the key words Father,Family,COuntry,Dictator&lt;br&gt;&lt;br&gt;not bad.... this was I think late 70's or early 80's so it took a day to process a few words and formulate a set of questions.&lt;br&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=31634" width="1" height="1"&gt;</description></item></channel></rss>