78 Replies - 5404 Views - Last Post: 27 July 2010 - 01:58 PM
#31
Re: Age
Posted 28 June 2010 - 06:58 AM
Not as old as PC but close enough. Turned 41 this past February. I think him and I should have wheel chair races some day.
#32
Re: Age
Posted 28 June 2010 - 07:48 AM
#33
Re: Age
Posted 28 June 2010 - 08:30 AM
22! Finished college in December and am now currently doing random contracts and independent jobs.
#35
Re: Age
Posted 28 June 2010 - 09:22 AM
Damn. Now I feel young. I'm 17 and in high school, currently on summer vacation. I start my internship Thursday, and I have summer work for English, AP Physics, and AP Government to do as well.
#36
Re: Age
Posted 28 June 2010 - 10:43 AM
29 yrs. of age. I am working as the sr. developer at the Lethbridge Fire Department and I am going to university of Lethbridge where I am working on my BSC of Comp. Sci.
#37
Re: Age
Posted 28 June 2010 - 11:42 AM
LOL looks like PC reign as champion on the oldest forefront so far
#38
Re: Age
Posted 28 June 2010 - 11:47 AM
Dark_Nexus, on 27 June 2010 - 06:24 PM, said:
obligatory xkcd:

Alt text: This is how I explain computer problems to my cat. My cat usually seems happier than me.
moving onto programming joke about humor (this one is in Java, I find that statically typed languages fair best for getting the point across):
ok, covered all my bases.

Alt text: This is how I explain computer problems to my cat. My cat usually seems happier than me.
moving onto programming joke about humor (this one is in Java, I find that statically typed languages fair best for getting the point across):
Emotion em = emotionMap.get("Humor");
em.invoke();
ok, covered all my bases.
I think you mean explicitly typed languages. If Java had type inference, that wouldn't look any different than the same thing in a dynamic language.
Obligatory Clojure example: ((emotion-map "Humor"))
EDIT: Obviously, it would look like that. That uses higher order functions and not OOP. If I could remember Ruby, I'd provide a Ruby example. I need to re-learn Ruby.
This post has been edited by Raynes: 28 June 2010 - 11:51 AM
#39
Re: Age
Posted 28 June 2010 - 12:50 PM
Raynes, on 28 June 2010 - 10:47 AM, said:
I think you mean explicitly typed languages. If Java had type inference, that wouldn't look any different than the same thing in a dynamic language.
Obligatory Clojure example: ((emotion-map "Humor"))
EDIT: Obviously, it would look like that. That uses higher order functions and not OOP. If I could remember Ruby, I'd provide a Ruby example. I need to re-learn Ruby.
Obligatory Clojure example: ((emotion-map "Humor"))
EDIT: Obviously, it would look like that. That uses higher order functions and not OOP. If I could remember Ruby, I'd provide a Ruby example. I need to re-learn Ruby.
You would be correct! Statically typed would just mean it was checked at compile time where as explicit typing would mean there were explicit type annotations.
In Ruby it would most likely just be a hash like this:
em = emotionMap["Humor"]
This post has been edited by Dark_Nexus: 28 June 2010 - 12:50 PM
#40
Re: Age
Posted 28 June 2010 - 01:21 PM
macosxnerd101, on 28 June 2010 - 12:22 PM, said:
Damn. Now I feel young. I'm 17 and in high school, currently on summer vacation. I start my internship Thursday, and I have summer work for English, AP Physics, and AP Government to do as well.
I feel your pain. Don't know about you but that class was the death of me a couple years back
#41
Re: Age
Posted 28 June 2010 - 01:36 PM
Dark_Nexus, on 28 June 2010 - 11:50 AM, said:
Raynes, on 28 June 2010 - 10:47 AM, said:
I think you mean explicitly typed languages. If Java had type inference, that wouldn't look any different than the same thing in a dynamic language.
Obligatory Clojure example: ((emotion-map "Humor"))
EDIT: Obviously, it would look like that. That uses higher order functions and not OOP. If I could remember Ruby, I'd provide a Ruby example. I need to re-learn Ruby.
Obligatory Clojure example: ((emotion-map "Humor"))
EDIT: Obviously, it would look like that. That uses higher order functions and not OOP. If I could remember Ruby, I'd provide a Ruby example. I need to re-learn Ruby.
You would be correct! Statically typed would just mean it was checked at compile time where as explicit typing would mean there were explicit type annotations.
In Ruby it would most likely just be a hash like this:
em = emotionMap["Humor"]
That's actually what the Clojure example was too. emotion-map is a hashmap, and hashmaps are also functions that look up their argument within themselves and return the value at that key or nil if it doesn't exist. Since I was assuming that the value at the key "Humor" is a function, the outer parens call that function.
I love you. <3
#42
Re: Age
Posted 28 June 2010 - 01:47 PM
ggggggggaaaaaaaaaaaaaaaaayyyyyyyyyyyyyyyyyy

New Topic/Question



MultiQuote













|