• 0 Posts
  • 15 Comments
Joined 2 months ago
cake
Cake day: July 4th, 2024

help-circle




  • At least once you know if it’s intransitive or not you can make it the opposite by suffix -igi or -iĝi.

    It is a neat language, especially with the history it has by now, but as much I as like it I don’t think it will ever catch on widely.

    And I don’t think it’s even possible to construct a language that’s easy, consistent, and with wide appeal and adoption.










  • <fun>
      <name>sum</name>
      <in>
        <int>
          <name>foo</name>
        </int>
        <int>
          <name>bar</name>
          <default_value>
            <int>0</int>
          </default_value>
        </int>
      </in>
      <out>
        <int>
          <calculation>
            <numerical_operation>
              <operator_plus>
                <operand>
                  <var>foo</var>
                </operand>
                <operand>
                  <var>bar</var>
                </operand>
              </operator_plus>
            </numerical_operation>
          </calculation>
        </int>
      </out>
    </fun>