<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Lisp programming in AutoCAD in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-programming-in-autocad/m-p/12935525#M10728</link>
    <description>&lt;DIV class=""&gt;Sent by you:&lt;DIV&gt;Good morning, please is it normal for my AutoCAD 2025 not to recognize the let, loop, dotimes, when, collect and dolist functions when coding using the lisp programming language ? if no, how can i solve this problem ? Thank you&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 02 Aug 2024 12:23:29 GMT</pubDate>
    <dc:creator>eric_adumekwe</dc:creator>
    <dc:date>2024-08-02T12:23:29Z</dc:date>
    <item>
      <title>Lisp programming in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-programming-in-autocad/m-p/12935525#M10728</link>
      <description>&lt;DIV class=""&gt;Sent by you:&lt;DIV&gt;Good morning, please is it normal for my AutoCAD 2025 not to recognize the let, loop, dotimes, when, collect and dolist functions when coding using the lisp programming language ? if no, how can i solve this problem ? Thank you&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 02 Aug 2024 12:23:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-programming-in-autocad/m-p/12935525#M10728</guid>
      <dc:creator>eric_adumekwe</dc:creator>
      <dc:date>2024-08-02T12:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp programming in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-programming-in-autocad/m-p/12935652#M10729</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15828695"&gt;@eric_adumekwe&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;DIV class=""&gt;Sent by you:
&lt;DIV&gt;Good morning, please is it normal for my AutoCAD 2025 not to recognize the let, loop, dotimes, when, collect and dolist functions when coding using the lisp programming language ? if no, how can i solve this problem ? Thank you&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Curious, has it work for you in lower version&amp;nbsp; of AutoCAD?&amp;nbsp; Otherwise use the equivalent in AutoLisp namely&amp;nbsp;&lt;A href="https://help.autodesk.com/view/ACDLT/2024/ENU/?guid=GUID-E7C900DB-8B66-4109-BEF6-B0A18E8CF6B6" target="_blank" rel="noopener"&gt;while&lt;/A&gt;&amp;nbsp;, &lt;A href="https://help.autodesk.com/view/ACDLT/2024/ENU/?guid=GUID-BE6A23C4-4E18-45A6-854E-2DE9574A6925" target="_blank" rel="noopener"&gt;foreach&lt;/A&gt;, &lt;A href="https://help.autodesk.com/view/ACDLT/2024/ENU/?guid=GUID-8802AE73-1A05-457E-8A51-09677C23E26E" target="_blank" rel="noopener"&gt;mapcar&lt;/A&gt; and &lt;A href="https://help.autodesk.com/view/ACDLT/2024/ENU/?guid=GUID-413F72B4-BA37-4E5E-9D51-A0091130A317" target="_blank" rel="noopener"&gt;repeat&amp;nbsp;&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 13:24:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-programming-in-autocad/m-p/12935652#M10729</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2024-08-02T13:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp programming in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-programming-in-autocad/m-p/12935741#M10730</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15828695"&gt;@eric_adumekwe&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;DIV class=""&gt;my AutoCAD 2025 not to recognize the let, loop, dotimes, when, collect and dolist functions&lt;/DIV&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;those are common lisp functions most likely, while autocad supports autolisp which is a bit different.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 14:17:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-programming-in-autocad/m-p/12935741#M10730</guid>
      <dc:creator>komondormrex</dc:creator>
      <dc:date>2024-08-02T14:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp programming in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-programming-in-autocad/m-p/12935753#M10731</link>
      <description>&lt;P&gt;Hi, i am new to lisp programming so i started with AutoCAD 2025. I don't think the&amp;nbsp;&lt;A href="https://help.autodesk.com/view/ACDLT/2024/ENU/?guid=GUID-E7C900DB-8B66-4109-BEF6-B0A18E8CF6B6" target="_blank" rel="noopener nofollow noreferrer"&gt;while&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;,&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://help.autodesk.com/view/ACDLT/2024/ENU/?guid=GUID-BE6A23C4-4E18-45A6-854E-2DE9574A6925" target="_blank" rel="noopener nofollow noreferrer"&gt;foreach&lt;/A&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://help.autodesk.com/view/ACDLT/2024/ENU/?guid=GUID-8802AE73-1A05-457E-8A51-09677C23E26E" target="_blank" rel="noopener nofollow noreferrer"&gt;mapcar&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://help.autodesk.com/view/ACDLT/2024/ENU/?guid=GUID-413F72B4-BA37-4E5E-9D51-A0091130A317" target="_blank" rel="noopener nofollow noreferrer"&gt;repeat functions are the exact substitutes&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 14:20:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-programming-in-autocad/m-p/12935753#M10731</guid>
      <dc:creator>eric_adumekwe</dc:creator>
      <dc:date>2024-08-02T14:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp programming in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-programming-in-autocad/m-p/12935757#M10732</link>
      <description>&lt;P&gt;Hi, can i configure AutoCAD 2025 to recognize common lisp functions ?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 14:22:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-programming-in-autocad/m-p/12935757#M10732</guid>
      <dc:creator>eric_adumekwe</dc:creator>
      <dc:date>2024-08-02T14:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp programming in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-programming-in-autocad/m-p/12935761#M10733</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15828695"&gt;@eric_adumekwe&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi, i am new to lisp programming so i started with AutoCAD 2025. I don't think the&amp;nbsp;&lt;A href="https://help.autodesk.com/view/ACDLT/2024/ENU/?guid=GUID-E7C900DB-8B66-4109-BEF6-B0A18E8CF6B6" target="_blank" rel="noopener nofollow noreferrer"&gt;while&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;,&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://help.autodesk.com/view/ACDLT/2024/ENU/?guid=GUID-BE6A23C4-4E18-45A6-854E-2DE9574A6925" target="_blank" rel="noopener nofollow noreferrer"&gt;foreach&lt;/A&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://help.autodesk.com/view/ACDLT/2024/ENU/?guid=GUID-8802AE73-1A05-457E-8A51-09677C23E26E" target="_blank" rel="noopener nofollow noreferrer"&gt;mapcar&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://help.autodesk.com/view/ACDLT/2024/ENU/?guid=GUID-413F72B4-BA37-4E5E-9D51-A0091130A317" target="_blank" rel="noopener nofollow noreferrer"&gt;repeat functions are the exact substitutes&lt;/A&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT size="3"&gt;I'm sure its not the exact equivalent but we can write a subfunction to emulate those functions.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Tell us what you need to do.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 14:24:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-programming-in-autocad/m-p/12935761#M10733</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2024-08-02T14:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp programming in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-programming-in-autocad/m-p/12935792#M10734</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15828695"&gt;@eric_adumekwe&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hi, can i configure AutoCAD 2025 to recognize common lisp functions ?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;nope&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 14:35:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-programming-in-autocad/m-p/12935792#M10734</guid>
      <dc:creator>komondormrex</dc:creator>
      <dc:date>2024-08-02T14:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp programming in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-programming-in-autocad/m-p/12935866#M10735</link>
      <description>&lt;P&gt;Good discussion &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/what-is-the-difference-between-lisp-common-lisp-and-autolisp/td-p/8415907" target="_blank" rel="noopener"&gt;here&lt;/A&gt; on Common Lisp vs Autolisp&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 15:07:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-programming-in-autocad/m-p/12935866#M10735</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-08-02T15:07:05Z</dc:date>
    </item>
  </channel>
</rss>

