<?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 Coffeescript support? in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Coffeescript-support/m-p/1031858#M42315</link>
    <description>&lt;P&gt;Wanted!&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;For building app&lt;/LI&gt;
	&lt;LI&gt;For debug with sourcemap&lt;/LI&gt;
	&lt;LI&gt;For autocompletion&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 25 Oct 2015 11:08:24 GMT</pubDate>
    <dc:creator>Andrew_K_3</dc:creator>
    <dc:date>2015-10-25T11:08:24Z</dc:date>
    <item>
      <title>Coffeescript support?</title>
      <link>https://community.intel.com/t5/Software-Archive/Coffeescript-support/m-p/1031858#M42315</link>
      <description>&lt;P&gt;Wanted!&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;For building app&lt;/LI&gt;
	&lt;LI&gt;For debug with sourcemap&lt;/LI&gt;
	&lt;LI&gt;For autocompletion&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Oct 2015 11:08:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Coffeescript-support/m-p/1031858#M42315</guid>
      <dc:creator>Andrew_K_3</dc:creator>
      <dc:date>2015-10-25T11:08:24Z</dc:date>
    </item>
    <item>
      <title>Thank you for your feedback.</title>
      <link>https://community.intel.com/t5/Software-Archive/Coffeescript-support/m-p/1031859#M42316</link>
      <description>&lt;P&gt;Thank you for your feedback. I have submitted your request to the Intel XDK engineering team.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 17:51:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Coffeescript-support/m-p/1031859#M42316</guid>
      <dc:creator>Elroy_A_Intel</dc:creator>
      <dc:date>2015-10-26T17:51:24Z</dc:date>
    </item>
    <item>
      <title>Had the same question (and</title>
      <link>https://community.intel.com/t5/Software-Archive/Coffeescript-support/m-p/1031860#M42317</link>
      <description>&lt;P&gt;Had the same question (and surprised that CoffeeScript isn't wildly more popular for these new IoT devices !?)&lt;/P&gt;

&lt;P&gt;Using CoffeeScript for app sources (Using Intel XDK my target is Edison) is as easy as&lt;/P&gt;

&lt;P&gt;First install CoffeeScript (globally if you wish)&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;root@edison:~# npm install --global coffee-script
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Your main.js&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;require('coffee-script/register')
module.exports=require('./start')
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Your CoffeeScript source (start.coffee)&amp;nbsp;having&amp;nbsp;initial entry routine&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;utils = require 'util'
utils.log "Hello Macchiato !\n\n#{utils.inspect process.mainModule}"
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Aug 2016 05:55:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Coffeescript-support/m-p/1031860#M42317</guid>
      <dc:creator>John_S_14</dc:creator>
      <dc:date>2016-08-20T05:55:38Z</dc:date>
    </item>
  </channel>
</rss>

