Proposal:IBM NetRexx scripting

From Strategic Planning
Jump to: navigation, search
Status (see valid statuses)

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

Strategic Priorities

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?:

Contents

[edit] Summary

Enable IBM NetRexx scripting.

[edit] 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

[edit] Motivation

[edit] Key Questions

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

[edit] Potential Costs

  • Free download from IBM.

[edit] References

[edit] Community Discussion

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

[edit] Want to work on this proposal?

  1. .. Sign your name here!
Personal tools
Namespaces

Variants
Actions
News
Community
Navigation
Print/export
Toolbox