Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The jsc compiler project enables these scenarios:</p> <ul> <li>C# to MSIL to JavaScript for browser</li> <li>C# to MSIL to JavaScript for AppJet</li> <li>C# to MSIL to PHP5 for hosting solutions</li> <li>C# to MSIL to Java for browser applets</li> <li>C# to MSIL to Java for applications</li> <li>C# to MSIL to Java for JavaCard</li> <li>C# to MSIL to C99 for native stub applications</li> <li>C# to MSIL to ActionScript3 for Flash 9</li> <li>C# to MSIL to Adobe Alchemy C for Flash 9</li> <li>C# to MSIL to C# 2.0</li> </ul> <p>With some effort Visual Basic could also be used as a source language. The jsc compiler never reads your source code even if GWT and Script# do that. My compiler reads your IL. </p> <p>jsc compiler is </p> <ul> <li>an experimental project </li> <li>one mans effort yet </li> <li>rather useful already.</li> <li>3 years old.</li> <li>awaiting donations to optimize compilation time and output itself</li> </ul> <p>The latest example is a plasma animation where a <a href="http://jsc.svn.sourceforge.net/viewvc/jsc/examples/actionscript/FlashPlasma/" rel="noreferrer">single</a> <a href="http://jsc.svn.sourceforge.net/viewvc/jsc/examples/actionscript/FlashPlasma/FlashPlasmaEngine/Plasma.cs?view=markup" rel="noreferrer">implementation</a> can be used between those platforms:</p> <ul> <li><a href="http://jsc.sourceforge.net/examples/web/FlashPlasma/FlashPlasma.htm" rel="noreferrer">Flash 10</a></li> <li><a href="http://jsc.sourceforge.net/examples/web/FlashPlasma/FlashPlasmaApplet.htm" rel="noreferrer">Java Applet</a> (via canvas element)</li> <li><a href="http://jsc.sourceforge.net/examples/web/FlashPlasma/FlashPlasmaDocument.htm" rel="noreferrer">JavaScript</a></li> <li>Windows Forms</li> <li>Windows Presentation Foundation </li> </ul> <p><a href="http://jsc.sourceforge.net/examples/web/FlashPlasma/assets/FlashPlasma/Preview.png" rel="noreferrer">FlashPlasma http://jsc.sourceforge.net/examples/web/FlashPlasma/assets/FlashPlasma/Preview.png</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload