A Sad Pony I made a .gif once @furrypony Well, I’ll definitely have to learn more Haskell, especially if I can’t identify by syntax. Posted 10 years ago Report Link Quote Reply
Olpert @furrypony To be fair, when I think of Haskel, I think more of the pattern recognition and list stuff. PrincessDuties 1 = “Smile” PrincessDuties 2 = “Wave” PrincessDuties x:xs = PrincessDuties x + PrincessDuties xs And yes, I know that doesn’t really work. Posted 10 years ago Report Link Quote Reply
furrypony hopelessly sad filly @A Sad Pony It’s got type signatures and monads, of course it’s Haskell. Posted 10 years ago Report Link Quote Reply
A Sad Pony I made a .gif once @furrypony Oh, that’s Haskell? Didn’t quite recognize it. Posted 10 years ago Report Link Quote Reply
furrypony hopelessly sad filly @A Sad Pony @Olpert smile :: PrincessDuties () wave :: PrincessDuties () main :: PrincessDuties () main = if (twilightSparkle!!PRINCESS) == 1 _____then smile >> wave >> main _____else return () Posted 10 years ago Report Link Quote Reply
A Sad Pony I made a .gif once @Olpert I’d like to see it. I kinda like Haskell. Posted 10 years ago Report Link Quote Reply
Olpert I almost feel tempted to write this out in Haskell, but then I remember that nobody here has probably ever heard of it. Posted 10 years ago Report Link Quote Reply
furrypony hopelessly sad filly smile :: PrincessDuties () wave :: PrincessDuties () main :: PrincessDuties () main = if (twilightSparkle!!PRINCESS) == 1 _____then smile >> wave >> main _____else return () Posted 10 years ago Report Link Quote Reply
Olpert @Background Pony #85DA To me it’s painful to see any code without limiters. I even bracket ifs with only one line. Posted 10 years ago Report Link Quote Reply
Background Pony #916E @A Sad Pony I’ve been using lua a lot recently, so I’ve gotten enough used to keywords, but “end while” just seems redundant. Also, a keyword containing a space is painful. Posted 10 years ago Report Link Quote Reply
A Sad Pony I made a .gif once @Background Pony #85DA Pascal does, I think. And so does another language I’ve been programming in lately. They opt for keywords instead of symbols to delimit blocks. Posted 10 years ago Report Link Quote Reply
Background Pony #916E while twilightSparkle[PRINCESS]=1 do smile() wave() end while “end while” the hell language does that Posted 10 years ago Report Link Quote Reply
Dr Outback looks like she got the princess noodle wave down. Posted 10 years ago Report Link Quote Reply
Death2 YOU WILL BOW TO ME. In her mind, she’s irritatingly thinking “Goodbye, holy CRAP, GOODBYE!” Posted 10 years ago Report Link Quote Reply
JP I miss the show so much “So long then! We’ll never meet again!” Posted 10 years ago Report Link Quote Reply
Fortune “Shake hand, kiss baby. Shake hand, kiss baby. Kiss hand, shake baby…” Posted 10 years ago Report Link Quote Reply
Lord WyrmSpawN Lingering Wyvern Yes, whatever, I see you Twi. Posted 10 years ago Report Link Quote Reply
Well, I’ll definitely have to learn more Haskell, especially if I can’t identify by syntax.
To be fair, when I think of Haskel, I think more of the pattern recognition and list stuff.
PrincessDuties 1 = “Smile”
PrincessDuties 2 = “Wave”
PrincessDuties x:xs = PrincessDuties x + PrincessDuties xs
And yes, I know that doesn’t really work.
It’s got type signatures and monads, of course it’s Haskell.
Oh, that’s Haskell? Didn’t quite recognize it.
Well, I’m blind.
@Olpert
smile :: PrincessDuties ()
wave :: PrincessDuties ()
main :: PrincessDuties ()
main = if (twilightSparkle!!PRINCESS) == 1
_____then smile >> wave >> main
_____else return ()
I’d like to see it.
I kinda like Haskell.
wave :: PrincessDuties ()
main :: PrincessDuties ()
main = if (twilightSparkle!!PRINCESS) == 1
_____then smile >> wave >> main
_____else return ()
To me it’s painful to see any code without limiters. I even bracket ifs with only one line.
I’ve been using lua a lot recently, so I’ve gotten enough used to keywords, but “end while” just seems redundant. Also, a keyword containing a space is painful.
Pascal does, I think. And so does another language I’ve been programming in lately.
They opt for keywords instead of symbols to delimit blocks.
smile()
wave()
end while
“end while”
the hell language does that