bsc-projects-13.html
changeset 229 dc882c0422e7
parent 227 47e9eb932882
child 230 84297c4b3727
equal deleted inserted replaced
228:9220b846e365 229:dc882c0422e7
   245   <A HREF="http://jlongster.com/2012/01/04/outlet-my-lisp-to-javascript-experiment.html">List-to-JavaScript</A>
   245   <A HREF="http://jlongster.com/2012/01/04/outlet-my-lisp-to-javascript-experiment.html">List-to-JavaScript</A>
   246   translator. <A HREF="https://bitbucket.org/ktg/parenjs/overview">Here</A> is another such project.
   246   translator. <A HREF="https://bitbucket.org/ktg/parenjs/overview">Here</A> is another such project.
   247   And <A HREF="https://github.com/viclib/liscript">another</A> in less than 100 lines of code.
   247   And <A HREF="https://github.com/viclib/liscript">another</A> in less than 100 lines of code.
   248   <A HREF="http://en.wikipedia.org/wiki/CoffeeScript">Coffeescript</A> is a similar project
   248   <A HREF="http://en.wikipedia.org/wiki/CoffeeScript">Coffeescript</A> is a similar project
   249   except that it is already quite <A HREF="http://coffeescript.org">mature</A>. And finally not to
   249   except that it is already quite <A HREF="http://coffeescript.org">mature</A>. And finally not to
   250   forget <A HREF="http://www.typescriptlang.org">TypeScript</A> developed by Microsoft.
   250   forget <A HREF="http://www.typescriptlang.org">TypeScript</A> developed by Microsoft. The main
       
   251   difference between these projects and this one is that they translate int relatively high-level
       
   252   JavaScript code; none of them use the much lower levels <A HREF="http://asmjs.org">asm.js</A> and 
       
   253   <A HREF="https://github.com/kripken/emscripten/wiki">emscripten</A>.
   251 </p>
   254 </p>
   252 
   255 
   253 <li> <H4>[CU4] Slide-Making in the Web-Age</H4>
   256 <li> <H4>[CU4] Slide-Making in the Web-Age</H4>
   254 
   257 
   255   <p>
   258   <p>