Ahh..
but if x = 0
and 0^0 = 0
then 0^7/0^0
so 0/0 = 0 v blackhole
but if x = 0
and 0^0 = 0
then 0^7/0^0
so 0/0 = 0 v blackhole
RubySo does anyone know a good place to start learing programming
doesn't matter whice language
i'd like to learn java but il get that on uni in 3 years
I'd love to learn a lot, I think Tord does to@dylanpiera I'd be willing to teach you some stuff. I guess Ruby for imperative and Clojure for FP?
Imperative:I'd love to learn a lot, I think Tord does to
But can you explain to me what Imperative and FP means?
OkImperative:
Functional:
- Superset of Object-Oriented (centered around nouns [objects] and their interactions)
- Changeable data
- Telling the computer how to do something
- Unchangeable data (this sounds hard to use, but it is actually pretty easy)
- Telling the computer what to do
- Easier to do multi-threading in because of Immutable data
- Centered around verbs (functions)
- Functions are first-class data types, meaning they can be returned from functions, passed as arguements, or anything a data type can do
Alright. Would you be willing to learn some basic Clojure on Saturday? Stuff like syntax, basic control flow and the ilkim at Control flow in ruby
on codecademy
The disease? It isn't a disease. I truly don't understand why people like Java and some of the other bad imperative languages. Like needing to have a class to house functions. Hint hint, that's why the singleton pattern is so commonOh my, now he's spreading the disease...
WHAT IS WRONG WITH THAT! THAT IS A PROBLEM, NOT A GOOD THING. plz squid, see the truth, the wayMethods without classes...
forum.users.each do |usr|
if usr.name.downcase == 'coolsquid'
usr = nil
elsif usr.name.downcase == 'trajing' or usr.name.downcase == 'strikingwolf'
puts 'You're okay. :)'
else
puts 'Okay, but I have my eye on you. <O>
end
end
Thanks, trajingCode:forum.users.each do |usr| if usr.name.downcase == 'coolsquid' usr = nil elsif usr.name.downcase == 'trajing' or usr.name.downcase == 'strikingwolf' puts 'You're okay. :)' else puts 'Okay, but I have my eye on you. <O> end end
how? Like, really, just how?It's ugly as crap. STOP THE FRICKING UGLINESS!!!!!