your favourite programming lang?

W

Wile_E_Coyote

Guest
Class JavaRocks
{
public static void main(String[]args)
{
System.out.println("Which programming language rocks?");
for(int i = 0; i<1000000000; i++)
{
System.out.println("JAVA!!!!!!!");
}
}
}
 
D

doh_boy

Guest
I like Turbo pascal coz 1) piece of piss 2) first language (basic doesn't count) I coded in

if I want to do something serious I'd use c, even if it pecks me head after a while its still the daddeh. :D
 
S

Sibanac

Guest
Cobol on OS/400 ! (if you like pain)

Perl ! (anything that cant be done in perl isnt wurt doing anyway )
 
B

boni_ofdavoid

Guest
Originally posted by Flimgoblin
PROLOG! rah

Yeah, im tempted to go for Prolog :)

PS2 VU1 microcode gets my vote.
Far more fun and challenging that the other languages as you have two lines of assembly instructions that get executed at the same time.
 
B

boni_ofdavoid

Guest
Originally posted by old.CrazyMuppet
Old Sony MSX-1 computers had a basic command that made the computer catch on fire!!


10 Motor on
20 Motor off
30 Goto 10

Motor on and motor off flicked the cassete recorder relais... switching it a few hundred times per second didnt do good things i can tell you.

ZX81 had a 'FASTMODE' instruction in BASIC.
like anyone wanted slow mode...
 
B

Berz Blackburn

Guest
C# (sharp) :)) easiest to make windows applics imo :D
 
A

ajeroth

Guest
Having just spent 6 months taking a stupid 10 yr old Delphi program to bits and rewriting it lovingly in C++ (for work, fortunately..otherwise Id have concussion from banging my head repeatedly against a wall) Im a firm convert of well written C++.

The number of programs Ive had to update that were soooo sloppily coded, had no accompanying information whatsoever and basically sucked...

I have a nice little one now, involving SHARC, C, Linux and two numpty french companies that used to like each other before blaming each other for things not working. Unfortunately I cant tell you what its about otherwise Id have to kill you.

Bjodala,
Software Engineer, BAE SYSTEMS, Space and Navigation department.
 
K

klavrynd

Guest
c++ is c where you can't reach your variables to make it seem like oo code


global vars for president!
 
L

Lafala Arifel

Guest
PROLOG! rah
I know a good Prolog joke.

Question: How many Prolog programmers does it take to change a light bulb?

Answer: No.




*tumbleweed*

Ok... so maybe you have to be 40 minutes into a logic programming lecture and on the verge of insanity to find it funny...
 
S

Sarum TheBlack

Guest
Well I got it, if that's any consolation :p
 
L

Lafala Arifel

Guest
That's it, you've done it now...

Lafala's Lecture #1
How to prove that Sarum is actually a mutant with an extra head using Prolog

Code:
number_of_heads(no_Sarum, 2)           
     [i] proof by contradiction, no Sarum can have 2 heads.[/i]

number_of_heads(Sarum, N) :- number_of_heads(no_Sarum, M), N is M + 1            
     [i] trivial - Sarum has one more head than no Sarum[/i]

?- number_of_heads(Sarum, N).
yes N=2               
     [i] therefore, Sarum has 2 heads.  QED.[/i]


Oh my god, I'm posting (bad) Prolog jokes at half past midnight... it's time to turn the computer off methinks...
 
K

klavrynd

Guest
something tells me i should give prolog a try :)
 
S

Sarum TheBlack

Guest
PROLOG is great :)

It answers "no." a lot. It can do some great stuff too.. (used a lot in AI/language processing). Depending on the version of prolog you use you can get it to give humorous existance errors.

This is the version we use at uni..

Welcome to SWI-Prolog (Version 5.0.8)
Copyright (c) 1990-2002 University of Amsterdam.
SWI-Prolog comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to redistribute it under certain conditions.
Please visit http://www.swi-prolog.org for details.

For help, use ?- help(Topic). or ?- apropos(Word).

?- X.
% ... 1,000,000 ............ 10,000,000 years later
%
% >> 42 << (last release gives the question)
?-

The variable (X) has no context, so resolves to the entire universe, the meaning of life and everything. Which as any hitchhikers fan will know, is 42.
 
D

Danya

Guest
C++ > all. Sorry klav, you sux ;)

Also Brainfuck looks kinda fun... in a kill your colleages from watching their heads explode kinda way. :D

For the record... .NET is the worst IDE in the world though.
 
S

Spudgie

Guest
Love Pascal - wrote a football manager game in it for A'Level computing, long time ago.
 
F

Flimgoblin

Guest
ahh... I remember - good ole days of writing backwards programs :)

tail-recursion is funny. Completely threw anyone who was trying to program normally in Prolog...
 
S

Sibanac

Guest
Originally posted by Danyan

Also Brainfuck looks kinda fun... in a kill your colleages from watching their heads explode kinda way. :D


I samewhere got a Brainfuck interpretor, I wrote in obfuscated perl :)

(dont think to much about it if you value yer grey matter)
 
S

Sarum TheBlack

Guest
Originally posted by Danyan
C++ > all. Sorry klav, you sux.

/agree

Except the Klav sucking bit... pwned my poor ickle friar when I was looking to suicide to a corpse summoner a week or two back. (Thanks ;))

Vis Studio is good (mostly, does some really annoying things which had me calling it Vis Stupio for a while.. see clever single letter substitution... see?.. never mind...), other than it's MS, which is an instant -10 to NerdCoolFactor for any app.
 
O

old.Tohtori

Guest
I like Lana Lang. Lois is too old... though the real Lana is blond i think...and why is it the y2k anyway? he came from the 30's or so...
 
T

Tasans

Guest
Vis Studio is good (mostly, does some really annoying things which had me calling it Vis Stupio for a while.. see clever single letter substitution... see?.. never mind...), other than it's MS, which is an instant -10 to NerdCoolFactor for any app.
VS sucks, sorry but i'd rather code in assembly than to touch that thing.
 
G

gengi

Guest
:) BBC BASIC, or the Spectrum BASIC. Only thing I ever wrote a semi serious program in was whatever Psions use.

I am a user not a writer :rolleyes:

Later
 
S

Sibanac

Guest
Originally posted by klavrynd
anyone tried oo-cobol yet?

oh yeah seen that, who ever came up with that deserves the a slow an painfull death
 
D

Danya

Guest
I have been known to program in binary. So hush Lafala.

BTW VS 6 is good, VS.net is not. ;)
 
S

Sarum TheBlack

Guest
Originally posted by Danyan
BTW VS 6 is good, VS.net is not. ;)

Isn't that what I said? :D

I've seen COBOL, never tried to program it.. doesn't strike me as the easiest language to do OO in tho.
 
A

Arnor

Guest
Originally posted by Lafala Arifel
I know a good Prolog joke.

Question: How many Prolog programmers does it take to change a light bulb?

Answer: No.




*tumbleweed*

Ok... so maybe you have to be 40 minutes into a logic programming lecture and on the verge of insanity to find it funny...

:ROFLMAO:


not the actual joke(dont understand :p ) but the entire thing :D
 

Users who are viewing this thread

Top Bottom