Retardation Framework draft, April 28th 2009Current ClassesRetardation.say : prints out various texts and numbers
Retardation.say.text() : prints out text
Retardation.say.boolean() : prints out retard/not retard
Retardation.say.guess() : prints out random numbers that you can guess
Retardation.online : sends and recieves messages using the UDP protocol
Retardation.online.sent() : sends out a stream to a socket
Retardation.online.recieve() : recieves data coming from a Retard.online.sent object
Retardation.IcanDoMoreThanOneThing : threading
Retardation.IcanDoMoreThanOneThing.run() : run a thread
Retardation.IMadeError : exception class, not implemented yet
*R* : comment
Example of a class file that prints text and sends text
GeSHi (java):
public RetardedPerson {
public static void start(Retard.say[] arguements){
Retardation.text("Hello"); *R* prints out Hello
Retardation.guess(0,10); *R* system generated a random nummer from 0 up to 10
Retardation.online.sent(Retardation .text("Are you here?", ipaddress, port); *R* sends text to a remote computer
}
}
Created by GeSHI 1.0.7.20
Suggesions/comments are welcome.