mughinn Posted September 30, 2011 Share Posted September 30, 2011 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 endend (note that this code is in Ruby) So, anything you want to say, say it. Link to comment Share on other sites More sharing options...
obfuscator Posted September 30, 2011 Share Posted September 30, 2011 We actually have an entire subforum dedicated to programming, feel free to head on over there! http://forum.tip.it/forum/235-programming-and-web-design/ Locked. "It's not a rest for me, it's a rest for the weights." - Dom Mazzetti Link to comment Share on other sites More sharing options...
Recommended Posts