Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Comp Sci vs Comp ENG

Name: Anonymous 2007-11-16 13:22

/prog/ i'm in 11th grade and want to make video games but i suck at math and physics

Can i still make games with a comp sci?

My dad told me he's not paying for a science degree so i'm fucked on that end.

Name: Anonymous 2007-11-16 14:11

>>2
You can use curly braces and semicolons instead, if you really want to. For instance:

do {
putStrLn "dicks";
putStrLn "dongs";
}


is equal to

do
  putStrLn "dicks"
  putStrLn "dongs"


But really, there's nothing wrong with using indentation (or "layout", as it's called in the Haskell community) as syntax.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List