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

what if we took lisp

Name: Anonymous 2013-04-05 7:18

and changed round brackets for curly brackets

Name: Anonymous 2013-04-05 7:35


<defun name="factorial" args="n">
  <if>
    <equal>
      <constant value="1" />
      <arg name="n" />
    </equal>
    <constant value="1" />
    <factorial>
      <subtract>
        <arg name="n" />
        <constant value="1" />
      </subtract>
    </factorial>
  </if>
</defun>


I don't see why lisp doesn't already use XML syntax, it's so clean and extensible.

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