Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: What do you use as a language litmus?

by princepawn (Parson)
on Jun 26, 2007 at 15:34 UTC ( [id://623440]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    (f g) data => data f (g data)
    
  2. or download this
    fn data    NB. function applied to data "NB. is comment in J"
    
  3. or download this
    5 + 5   NB. 5 adds_to 5
    5 , 6   NB. 5 appended_to 6
    4 { 1 2 3 4 5    NB. 4th element_of the_list_12345
    
  4. or download this
    (f g) data => data f (g data)
    
  5. or download this
    (f g h) data => (f data) g (h data)
    
  6. or download this
    avg =: +/ % #
    
  7. or download this
    (+/ data) % (# data)
    (sum-of data) divided-by (number-of-elems data)
    results in average
    
  8. or download this
    Falkoff and Iverson, The Design of APL, 1973.
    Falkoff and Iverson, The Evolution of APL, 1978.
    Iverson, A Personal View of APL, 1991.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://623440]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-24 05:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found