Search found 2 matches

by raimundox
Fri Jan 26, 2007 11:44 am
Forum: PSP Development
Topic: Ruby on PSP
Replies: 2
Views: 5599

sorry, I updated the wrong version yesterday. now you could find the correct one here
https://rubyforge.org/tracker/index.php ... &atid=1700
by raimundox
Thu Jan 25, 2007 8:07 pm
Forum: PSP Development
Topic: Ruby on PSP
Replies: 2
Views: 5599

Ruby on PSP

Hi guys, I finished a quick hack to ruby 1.8.5-p12 yesterday, and made the following script run on my PSP: #some basic ruby puts '------ some basic ruby -------' puts def say_goodnight(name) "Good night, #{name}" end puts say_goodnight("PSP") #array and hashes puts puts '------ a...