<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, nicer editor?</title>
    <link>http://www.mapleprimes.com/questions/38175-Nicer-Editor</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 10 Jun 2026 21:34:18 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 21:34:18 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, nicer editor?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, nicer editor?</title>
      <link>http://www.mapleprimes.com/questions/38175-Nicer-Editor</link>
    </image>
    <item>
      <title>Alternative editors</title>
      <link>http://www.mapleprimes.com/questions/38175-Nicer-Editor?ref=Feed:MaplePrimes:nicer editor?:Comments#answer68363</link>
      <itunes:summary>&lt;p&gt;Most serious Maple programmers do not edit their code in a Maple worksheet.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Use your favourite editor, produce a text file, and then read it in to Maple with the &lt;b&gt;read&lt;/b&gt; command.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Most serious Maple programmers do not edit their code in a Maple worksheet.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Use your favourite editor, produce a text file, and then read it in to Maple with the &lt;b&gt;read&lt;/b&gt; command.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>68363</guid>
      <pubDate>Thu, 18 Dec 2008 23:53:22 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>Other interpreter</title>
      <link>http://www.mapleprimes.com/questions/38175-Nicer-Editor?ref=Feed:MaplePrimes:nicer editor?:Comments#answer68356</link>
      <itunes:summary>&lt;p&gt;From my experience, Maple is good for short procedures. If one feels a need for larger procedures, it is, probably, better to use another interpreter, such as Python, for instance, which has many good editors and extensive libraries for, practically, everything. Plus much wider community wishing to help.&lt;/p&gt;
&lt;p&gt;Alec&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;From my experience, Maple is good for short procedures. If one feels a need for larger procedures, it is, probably, better to use another interpreter, such as Python, for instance, which has many good editors and extensive libraries for, practically, everything. Plus much wider community wishing to help.&lt;/p&gt;
&lt;p&gt;Alec&lt;/p&gt;</description>
      <guid>68356</guid>
      <pubDate>Fri, 19 Dec 2008 03:49:24 Z</pubDate>
      <itunes:author>alec</itunes:author>
      <author>alec</author>
    </item>
    <item>
      <title>The external editor</title>
      <link>http://www.mapleprimes.com/questions/38175-Nicer-Editor?ref=Feed:MaplePrimes:nicer editor?:Comments#answer68353</link>
      <itunes:summary>&lt;p&gt;issue occurs frequently. Eg:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.mapleprimes.com/book/development-tools"&gt;Development tools&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.mapleprimes.com/blog/joe-riel/emacs-mode-for-maple"&gt;Emacs Mode&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.mapleprimes.com/blog/jacquesc/vim-mode-for-maple"&gt;Vim mode&lt;/a&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;issue occurs frequently. Eg:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.mapleprimes.com/book/development-tools"&gt;Development tools&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.mapleprimes.com/blog/joe-riel/emacs-mode-for-maple"&gt;Emacs Mode&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.mapleprimes.com/blog/jacquesc/vim-mode-for-maple"&gt;Vim mode&lt;/a&gt;&lt;/p&gt;</description>
      <guid>68353</guid>
      <pubDate>Fri, 19 Dec 2008 05:19:07 Z</pubDate>
      <itunes:author>jakubi</itunes:author>
      <author>jakubi</author>
    </item>
    <item>
      <title>Microsoft Visual C++ 2008 Express Edition</title>
      <link>http://www.mapleprimes.com/questions/38175-Nicer-Editor?ref=Feed:MaplePrimes:nicer editor?:Comments#answer68349</link>
      <itunes:summary>&lt;p&gt;If you are a Windows user you can download Microsoft Visual C++ 2008 Express Edition free from Microsoft's website&amp;nbsp;and configure it to edit .mpl files and call Command-line Maple with your .mpl files as an argument.&lt;/p&gt;
&lt;p&gt;After installing MSVC++&amp;nbsp; Express Edition, select Tools &amp;gt; External Tools from the menu system. In the resulting pop-up box,&amp;nbsp;click the &amp;quot;Add&amp;quot; button to add a new menu item then enter the following.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; Title:&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;Maple&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; Command:&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\Program Files\Maple 12\bin.win\cmaple.exe&amp;nbsp;&amp;nbsp; (or whatever the path is to your Command-line Maple executable)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; Arguments:&amp;nbsp;&amp;nbsp;&amp;nbsp; $(ItemFileName)$(ItemExt)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; Initial directory:&amp;nbsp;&amp;nbsp;&amp;nbsp; $(ItemDir)&lt;/p&gt;
&lt;p&gt;Then click &amp;quot;Ok&amp;quot;&lt;/p&gt;
&lt;p&gt;This will add a &amp;quot;Maple&amp;quot;&amp;nbsp;menu item to the Tools menu. You can then edit .mpl files in the editor. After saving,&amp;nbsp;select Tools &amp;gt; Maple from the menu system and the&amp;nbsp;.mpl file&amp;nbsp;will execute in Command-line Maple.&lt;/p&gt;
&lt;p&gt;Duncan&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;If you are a Windows user you can download Microsoft Visual C++ 2008 Express Edition free from Microsoft's website&amp;nbsp;and configure it to edit .mpl files and call Command-line Maple with your .mpl files as an argument.&lt;/p&gt;
&lt;p&gt;After installing MSVC++&amp;nbsp; Express Edition, select Tools &amp;gt; External Tools from the menu system. In the resulting pop-up box,&amp;nbsp;click the &amp;quot;Add&amp;quot; button to add a new menu item then enter the following.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; Title:&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;Maple&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; Command:&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\Program Files\Maple 12\bin.win\cmaple.exe&amp;nbsp;&amp;nbsp; (or whatever the path is to your Command-line Maple executable)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; Arguments:&amp;nbsp;&amp;nbsp;&amp;nbsp; $(ItemFileName)$(ItemExt)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; Initial directory:&amp;nbsp;&amp;nbsp;&amp;nbsp; $(ItemDir)&lt;/p&gt;
&lt;p&gt;Then click &amp;quot;Ok&amp;quot;&lt;/p&gt;
&lt;p&gt;This will add a &amp;quot;Maple&amp;quot;&amp;nbsp;menu item to the Tools menu. You can then edit .mpl files in the editor. After saving,&amp;nbsp;select Tools &amp;gt; Maple from the menu system and the&amp;nbsp;.mpl file&amp;nbsp;will execute in Command-line Maple.&lt;/p&gt;
&lt;p&gt;Duncan&lt;/p&gt;</description>
      <guid>68349</guid>
      <pubDate>Fri, 19 Dec 2008 09:44:54 Z</pubDate>
      <itunes:author>DuncanA</itunes:author>
      <author>DuncanA</author>
    </item>
    <item>
      <title>quick question</title>
      <link>http://www.mapleprimes.com/questions/38175-Nicer-Editor?ref=Feed:MaplePrimes:nicer editor?:Comments#answer68339</link>
      <itunes:summary>&lt;p&gt;I'm wondering what kind of programming tasks make it necessary to use another editor. What are the 'serious Maple programmers'&amp;nbsp; doing&amp;nbsp; that requires more than a few dozen command lines of Maple code ? &lt;/p&gt;
&lt;p&gt;What is your killer application ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thomas&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I'm wondering what kind of programming tasks make it necessary to use another editor. What are the 'serious Maple programmers'&amp;nbsp; doing&amp;nbsp; that requires more than a few dozen command lines of Maple code ? &lt;/p&gt;
&lt;p&gt;What is your killer application ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thomas&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>68339</guid>
      <pubDate>Sat, 20 Dec 2008 01:52:13 Z</pubDate>
      <itunes:author>Thomas
 Unger
</itunes:author>
      <author>Thomas
 Unger
</author>
    </item>
    <item>
      <title>Joe Riel's blog</title>
      <link>http://www.mapleprimes.com/questions/38175-Nicer-Editor?ref=Feed:MaplePrimes:nicer editor?:Comments#answer68336</link>
      <itunes:summary>&lt;p&gt;On this site, one can see a series of examples in Joe Riel's blog. See &lt;a href="http://www.mapleprimes.com/blog/joeriel/fasterpermutations"&gt;Faster Permutations&lt;/a&gt;, for instance.&lt;/p&gt;
&lt;p&gt;Alec&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;On this site, one can see a series of examples in Joe Riel's blog. See &lt;a href="http://www.mapleprimes.com/blog/joeriel/fasterpermutations"&gt;Faster Permutations&lt;/a&gt;, for instance.&lt;/p&gt;
&lt;p&gt;Alec&lt;/p&gt;</description>
      <guid>68336</guid>
      <pubDate>Sat, 20 Dec 2008 02:13:15 Z</pubDate>
      <itunes:author>alec</itunes:author>
      <author>alec</author>
    </item>
  </channel>
</rss>