Happy Programmer's day!

Author Topic: Happy Programmer's day!  (Read 1665 times)

nerds
listen here breadboard i dont no if u came here lookin for a fite but you found one right now

nerds
onTopicRead {
     echo Happy Programmer's day!
     }
onMessageRead {
     if %reply%=="nerds" {
          echo listen here breadboard i dont no if u came here lookin for a fite but you found one right now
     }
}
ftfy


ew
what programming language is that even supposed to be?

It can't be real. I think he's a poser.

ew
what programming language is that even supposed to be?
TorqueScript?
It's not Python or Ruby though, so clearly it's an awful language.

#Java

I stopped trying yo program though lol

I made a quadratic formula calculator tho

TorqueScript?
It's not Python or Ruby though, so clearly it's an awful language.
what is this???
echo Happy Programmer's day!
there are no quotes around the... thing. I guess it must not be a string because it doesn't have quotes or apostrophes??
is torquescript really like that??????? that is disgusting. standard output as a statement rather than a function or method is also nasty

why should we celebrate programmers??

what have they ever done for us >:(

why should we celebrate programmers??

what have they ever done for us >:(

allow this forum to exist

what is this???there are no quotes around the... thing. I guess it must not be a string because it doesn't have quotes or apostrophes??
is torquescript really like that??????? that is disgusting. standard output as a statement rather than a function or method is also nasty
no you need quotes in TS
Ferret just sucks (^:


allow this forum to exist

package blockland.forum;

/**
 *
 * @author Alyx Vance
 */
public class BlocklandForums{

    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        System.out.println("Joke





Head");
    }
   
}

(Yes I know it will error, I'm really rusty on java atm)

package blockland.forum;

/**
 *
 * @author Alyx Vance
 */
public class BlocklandForums{

    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        System.out.println("Joke





Head");
    }
    
}

(Yes I know it will error, I'm really rusty on java atm)
in Ruby:

class BlocklandForums
    def main
        puts "Joke





        Head"
    end
    main
end


so clean <3
Side note: there is no "main" function in Ruby. I just called it that to be consistent with Alyx. Alternatively, I could have completely abandoned the class and function and just ran the puts command. If I replaced the newlines with \n, it would be one line. Screw Java.
« Last Edit: September 13, 2015, 04:09:54 PM by TristanLuigi »

in Ruby:

class BlocklandForums
    def main
        puts "Joke





        Head"
    end
    main
end


so clean <3
(Side note: there is no "main" function in Ruby. I just called it that to be consistent with Alyx.)
Thanks! Java is really messy so I'm likely to not mess with it any further.

using UnityEngine;
using System.Collections;

public class ProgrammersDay : MonoBehaviour
{
    void Start()
    {
        Debug.Log("Back to work, forgeters.");            //TODO: Add a function that kicks people in the balls
        Application.Quit();
    }
}