Proposal:IBM NetRexx scripting

    From Strategic Planning
    Status (see valid statuses)

    The status of this proposal is:
    Request for Discussion / Sign-Ups

    Every proposal should be tied to one of the strategic priorities below.

    Edit this page to help identify the priorities related to this proposal!


    1. Achieve continued growth in readership
    2. Focus on quality content
    3. Increase Participation
    4. Stabilize and improve the infrastructure
    5. Encourage Innovation


    If not English, in what language is this proposal submitted?:

    Summary

    Enable IBM NetRexx scripting.

    Proposal

    The IBM NetRexx language is perfect for scripting in the Wikipedia context because it is web affine and especially access to complex data objects is most convenient.

     add_word: procedure expose dictionary.
       parse arg w .
       dictionary.w = dictionary.w + 1
       if dictionary.w = 1 /* assume dictionary. = 0 */
         then do
           n = dictionary.0+1
           dictionary.n = w
           dictionary.0 = n
         end
       return
    

    Motivation

    Key Questions

    • There are different dialects of Rexx. Is NetRexx the best choice?

    Potential Costs

    • Free download from IBM.

    References

    Community Discussion

    Do you have a thought about this proposal? A suggestion? Discuss this proposal by going to Proposal talk:IBM NetRexx scripting.

    Want to work on this proposal?

    1. .. Sign your name here!