Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^5: What language should I learn?

by Jenda (Abbot)
on Jan 08, 2012 at 21:23 UTC ( [id://946922]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    public T Foo<T>(Whatever<T> param) where T : (+), (-), (*), (/) {
     ...
    }
    
  2. or download this
    // in Clean
    foo:: a a a -> a | Arith a
    ...
    public T foo<T>(T x, T y, T z) where T : IArith {
      return x + y * z;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-19 20:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found