Jump to content

Programming general thread


mughinn

Recommended Posts

I didn't find any other thread about this so i though i'd make one, and it doesn't really fit in the videogame board.

 

So, you can discuss any programming language, code or program you want here. I, for example, just started learning a month ago, and started with Ruby, which seems like an easy language to start and get with the logic but not with the grammatic building of other languages, i'm barely starting to make text based games lkie growing a pet and that stuff, i think i could do a lot more without school and sports :P

 

And i already have a question if someboy can answer :) I'm trying to make a program take time to do stuff, my code right now is:

 

*Random loop*

*Random iteration*

time1 = Time.new + 2

until (time2 = Time.new) == time1

end

end

 

(note that this code is in Ruby)

 

So, anything you want to say, say it.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.