3rd Annual ICFP Programming Contest Announced
jsarnat writes "A recent Ask Slashdot revealed revealed that there are indeed many programming language bigots (myself included) who read Slashdot. What better way to prove that your favorite language is the best one there is than to win the Third Annual ICFP Programming Contest? The contest doesn't start until August 26th, but they encourage you to register soon. Prizes include: `cash awards, famous texts on functional languages donated and autographed by the authors, and, of course, unlimited bragging rights.'"
I tried to put a team together for this thing. They thought we'd use some weird blend of Python, Java and Lisp. Somehow that didn't quite mesh with my plan to grind INTERCAL, Befunge and Assembly into a coarse grind which only the few, the proud, the Real Programmers could stomach. Ah yes, the aroma of code rot...
Checkout taccom my worl war II simulator
Too often, I see people "sticking to what they know" and applying the wrong technology. For instance, for 6 weeks a fellow at work was feverishly writing tens of thousands of C code. He was having a hard time and came by to ask me a few C questions. Turns out, he was writing a cgi-script in C!
The program limped along when one day I reimplented it in a few hundred lines of perl.
I caught another fellow writing C programs to invoke unix system commands. Sounds like a shell script to me.
Another fellow, when I was working at a scientific firm, loved lisp so much that he wrote an inline interpreter in lisp and henceforth wrote his modules in lisp.
My take on the languages is this:
Fortran is the tank - the number cruncher. Write it in fortran, and it'll port forever. I've seen 30 year old code surviving the test of time in it's original form, no worse for the wear. Fortran makes it hard to get in trouble, and it's problem space nowadays is mostly in heavy math shops like geophysic exploration.
I guess my point is that each language has it's strong and weak points. Picking your language should be a function of the problem space and computing environment.
-- Good judgement comes with experience. -- Experience comes with bad judgement.
1999 was writing an optimizer for their fictitious NPC language, and 1998 was to implement a program that plays pousse.
Quick, all you Linux geeks out there, help a DOS fantic out: Is there a QBasic interpreter for Linux?
:)
-J
Karma: T-rexcellent.
No bash? Sheesh, I guess the judges knew I would really clean up if they let me in there. ;) [It's a joke, laugh]
Whath are thu thalking abouth.
Lithp ith the betht languash around.
--Shoeboy
It's the closest thing to QB there is and I think you'll find it a wee-bit more useful than QBasic (32-bit binaries. Support for Windows and Linux under X. I could go on, but you get the picture...)
I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
There is a Visual Basic VM implementation for Linux. http://www.softworksltd.com/vbvm.html has a little bit more information on it..
Please, feel free to enter your Visual Basic 5.0 or 6.0 programs! I like to laugh!!
.sig: Now legally binding!
Am I the first guy to speak about Forth here ?
It is IMHO one of the most elegant languages ever, even though you first have to declare many words in order to code efficiently.
(Depending on the interpreter used) a Forth program can be faster than the same optimized program coded in Assembly !
I indeed saw some that were reoptimizing the generated low-level code according to specific contexts.
I just wish some competitor could just validate my admiration for this language upon the others.
--
Trolling using another account since 2005.
Oh for Brainfuck's sake.
Squicking is a word that arose from a very specific story posted on alt.sex somewhere around 10 years ago. My comments were NOT trolls, and they didn't merit a -1 score.
My comments were meant as humor, to add to the thread with such a goofy programming language. Why not make a goofy virtual machine to go along with it?
The very fact that NOBODY seemed to know what squicking was is PROOF that the link to the admittedly sick squicking page was REQUIRED. Still, nobody got it.
10 years ago, squicking was an actual topic on alt.sex. Except for me, Elf Sternberg, and a few others, everyone else apparently has forgotten that.
If tits were wings it'd be flying around.
But what if the winner uses hard-coded machine code -- directly? Would this have any effect on the assosicated computer language conference?
Only if you can write it object oriented with a GUI interface. Better get going on those toggle switches, sport, that PDP-3 ain't gonna code itself!
Vote Naked 2000
A feeling of having made the same mistake before: Deja Foobar
You become an advocate of a language by recognizing its power? Well, to compare with that, I use LISP for 40 hours a week professionally. And in doing *that* I've come to the conclusion that it sucks. At least, compared to a good OO language like C++ or Smalltalk. On the other hand, it *is* better than Perl - it just made me laugh that you compare two shitty languages and say one's better than the other. They're both shitty! ;)
--
It's a
-- Danny Vermin
It's easy to be mistaken, when you don't read the rules. ANY language is allowed. It says so EXPLICITLY.
--
It's a
-- Danny Vermin
There's QBCC and there's a linux port of Chipmunk Basic. Both are QBasic compatible.
So the server's been slashdotted. No fear. 1999's is cached here, and 1998's is here.
Hey man, there's a functional component in C++'s STL. I cringed to see map et al. in this ungodly language. Of course the syntax is impossible and makes you long for the parentheses of LISP or Scheme.
Scuttlemonkey is a troll
Your accusations of bias are completely unfounded. The paper discussing the results of the '99 contest clearly states the objective criteria used to determine the winners. Entries were judged first on code correctness - each entry had to correctly process all of the test samples. The prize then went to the entry that produced the most highly optimized output. In other words, the prize went to the the entry that objectively produced the most correct and efficient code.
The winners of the '98 contest were simply the best players of the game. What could be more objective? As far as the Judges' Prize is concerned, the contest announcement very clearly states:
This is clearly a subjective decision, but the contest organizers make it very plain that this is the case.
You could perhaps argue that the choice of problems that involve complex translation or problem-solving show a bias towards functional languages, but the fact of the matter is that you'd have a hard time coming up with a good high-level programming problem that wasn't better attacked with a functional language. The winners give much more lucid accounts of the advantage of functional languages for complex problem-solving than I could hope to. They're worth reading.
Another interesting recent study explored the productivity advantages of lisp over C/C++ or java. Their conclusions are also very interesting.
I probably should have attached my note to the parent of your article. Yes, you did get it, but the clueless cowards who used the "overrated" tag so their bad moderation wouldn't stand in meta did not.
If tits were wings it'd be flying around.
Search for the cutils package (I know it's in Debian), specifically obfusc and unloop. GPL and all that, makes code practically unreadable.
Practically nobody here has mentioned that this contest is supposed to be for functional programming languages. Good examples of this are ML, O'Caml, and Haskell.
;)
They'll let you enter in whatever language you want, but you'd probably get beaten up at the ICFP (International Conference on Functional Programming) if you displayed your entry in something like C or Perl.
BTW, some EXTREMELY talented hackers (the kind that make me fall to my knees and cry when I hear their names) have entered and won this in the past, so good luck if you plan on entering!
Perl supports full closures and anonymous functions. It may not be a "real" functional language, but it isn't officially anything other than darned handy to have around...
You can certainly program Perl in a functional style.
Cheers,
Ben
My usual seat in the cluetrain is at A HREF="http://pub4.ezboard.com/biwethey.ht
So their tastes are imperative as well as fickle, in some years.
Cilk is pretty cool, actually. When I saw that it won so easily, I downloaded and played with it. Didn't use it for anything really cool, though.
Remember that what's inside of you doesn't matter because nobody can see it.
--Dave
I'm gonna submit mine in brainfuck. Just to get the contest blacklisted by censorware idiots.
So what kind of programs do you think are going to win a contest called the International Conference on Functional Programming Contest? Hmmmn, maybe programs in functional languages? Let's look at past years' results: From 1999:
(italics theirs), and again: (italics and formatting theirs). Lest you think the contest used to be biased, look at the results from 1998. These ones have a refreshing touch of objectivity, since the challenge was to produce a chess program, and entries were judged by playing each other. Still, look at these glowing elegies of functional programming: (So their tastes are fickle as well as biased.) Though the second-place prize had several strong contenders in non-functional languages like C, all the praise went to another functional program: So C held its own, thought OCaml came out in the end. Still, as you would expect by now, all of the praise is reserved for OCaml: Is it really? The games were not timed. Furthermore, we know from the nature of the contest that performance is not an issue; only winning counts. Is this just a sloppy use of language, or an unsubstantiated statement that shows again the judges' bias?Of course, they take some extra time to pile more praise on functional languages in the third-place winner, and on the remaining entry:
and, of the functional programming language J, used by a single entry that won an honorable mention:So there you have it. I think these comments show a strong enough bias toward functional programming, and against C in particular, that I would not trust the judges. I am not saying that FP is necessary worse than other programming paradigms or languages; in fact, I happen to think that functional programming is a cool idea. Tools like OCaml may in fact be superior to C (and my personal favorite, Perl). However, I don't see this contest as anything approaching a fair test of whether that is true. I definitely wouldn't waste my efforts entering this contest with anything but an FP language-- which hesitance, of course, perpetuates the bias of the contest.
Judge for yourself, but I say this is a self- congratulation-fest for functional programmers and a dubious test of the true value of FP.
Vovida, OS VoIP
Beer recipe: free! #Source
Cold pints: $2 #Product
The FP in ICFP stands for functional programming. It's a programming contest designed to flex functional programming languages, and promote their use. Deal with it. The reason they let any language enter is that everyone might not be so privvy to functional programming.
Part of the first prize is that the judges will say "[insert winning programming language] is the programming language of choice for discriminating hackers." Something similar for second prize.
So, yes they're biased towards functional programming languages. Deal.
Beer wants to be free
...is to design and implement the language you're using. The 1999 winners were the authors of OCaml, GHC, and HBC.
The 1998 winners built Cilk.
Yes, I love and use LISP.. And have registered myself for the contest. if you want to join me, bounce me an email..
(Though I do wish that they had CMUCL on their machine. It's still the most sophisticated and fastest lisp compiler out there... It's comparable in speed to C, with all the plusses of LISP.)
That's a scheme program, it's not common lisp.
Three days of amphetamine fueled creative rage, just what I need after meeting that deadline Friday afternoon. Hope the cash awards offset the cost. ;)
--
Violence is necessary, it is as American as cherry pie.
H. Rap Brown
Those guys at microsoft makee greet softwares. So leave them alones since they should be mentioned anyways. MIcrosoft is great in that they can competers so easiee to use. I knows because Im an mcse!
Its great certificationes programs like mcse that makes 5th grade dropouts like myself sucessfull.
Oh I am very smarts and thet is why I left 5th grade earlier to persue my mcse certification. The mcse is whole lots more changeling then reel college wark! and vb is the vest!
Vb is so powerful that I can crete something called a loop so that my computer here can make descisions by looking comparing variiables. Try doing this MR Dennis Ritchie and Linus Trovalds, I bet you cants loop. That is truee jhacking I bet whole os's llike windows could totally be written in vb!
Thanks you bill gates for inventing loops and real objects languages like vb that are truely objet oriented unlike c++ which just supports moduleses.
We didn't finnish
Did you norwegian instead?
The real DunkPonch is user 215121. Everyone else is Bruce Perens.
Attention all planets of the Solar Federation! We have assumed control! - Neil Peart
Oh, wait. Heh. It's not installed on any machines.
- A.P.
--
"One World, one Web, one Program" - Microsoft promotional ad
"Remember when the U.S. had a drug problem, and then we declared a War On Drugs, and now you can't buy drugs anymore?"
Take a look at Jammer. It does C/C++ in addition to html and javascript. I don't have any experience with running it on linux, though, so your mileage may vary.
Anyone got a C# compiler for Linux yet? 'Cause I know it would beat the pants off of any other language available. I read this on a really colorful, shiny page in my trade journal just yesterday.