Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

X#: XML oriented programming language

Name: Anonymous 2009-01-21 10:27

X# - XML oriented programming language

http://www.xsharp.org/samples/


<!-- MAP function --> 
 <xsp:variable name="map" type="node"> 
     <xsp:processing-instruction name="map"> 
         <xsp:variable name="function" type="node" select="processing-instruction()"/> 
         <xsp:processing-instruction name="result"> 
             <xsp:for-each select="node()"> 
                 <?xpath . >> $function ?> 
             </xsp:for-each> 
         </xsp:processing-instruction> 
     </xsp:processing-instruction> 
 </xsp:variable>


Discuss.

Name: Anonymous 2009-01-21 12:06

>>4
Fool. What distinguishes X# from other programming languages is that you do not anymore type the code like you've always done before, but you define the classes in a dedicated XML editor. In essence, you create a XML tree which is the program. This is a revolution.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List