digitalmars.D - ICFP contest 2006 - tomorrow !
- MFH <MFH_member pathlink.com> Jul 20 2006
- pragma <pragma_member pathlink.com> Jul 21 2006
- S. <S._member pathlink.com> Jul 21 2006
- "Jarrett Billingsley" <kb3ctd2 yahoo.com> Jul 21 2006
- S. <user pathlink.com> Jul 21 2006
- "Lionello Lunesu" <lionello lunesu.remove.com> Jul 23 2006
- "Lionello Lunesu" <lionello lunesu.remove.com> Jul 25 2006
The ICFP contest 2006 starts tomorrow : see http://icfpcontest.org/ !!! Too bad I'll be in an airport when the subject will be published, then in an airplane for about half a day (ie. about 9 hrs at least !), and then lost in some foreign city ! Wish much success to the (maybe) D-team(s) !! -- MFH In article <4084E508.6F6C0E71 hls.via.at>, Helmut Leitner says...
Jul 20 2006
Update: The contest rules are online *now*: http://icfpcontest.org/task.shtml It basically boils down to a VM implementation of sorts: http://icfpcontest.org/um-spec.txt Happy Hacking! In article <e9p2qg$18j8$1 digitaldaemon.com>, MFH says...The ICFP contest 2006 starts tomorrow : see http://icfpcontest.org/ !!! Too bad I'll be in an airport when the subject will be published, then in an airplane for about half a day (ie. about 9 hrs at least !), and then lost in some foreign city ! Wish much success to the (maybe) D-team(s) !! -- MFH In article <4084E508.6F6C0E71 hls.via.at>, Helmut Leitner says...
Jul 21 2006
I just registered myself. Hopefully I can place in the contest! I have to decipher these instructions first though, lol. They seem to use different terms interchangably for the same thing. Makes it hard to follow =/ English is my primary language too! *argh* -SC In article <e9r0l8$u0e$1 digitaldaemon.com>, pragma says...Update: The contest rules are online *now*: http://icfpcontest.org/task.shtml It basically boils down to a VM implementation of sorts: http://icfpcontest.org/um-spec.txt Happy Hacking! In article <e9p2qg$18j8$1 digitaldaemon.com>, MFH says...The ICFP contest 2006 starts tomorrow : see http://icfpcontest.org/ !!! Too bad I'll be in an airport when the subject will be published, then in an airplane for about half a day (ie. about 9 hrs at least !), and then lost in some foreign city ! Wish much success to the (maybe) D-team(s) !! -- MFH In article <4084E508.6F6C0E71 hls.via.at>, Helmut Leitner says...
Jul 21 2006
"pragma" <pragma_member pathlink.com> wrote in message news:e9r0l8$u0e$1 digitaldaemon.com...It basically boils down to a VM implementation of sorts: http://icfpcontest.org/um-spec.txt Happy Hacking!
I registered too, but mostly just to get the encryption key. I've got the VM working, if a little slowly - but now I'm stuck, as I get to a fairly useless prompt. Perhaps I'm missing something about the purpose of the contest, the means by which I am to obtain an _answer_ of sorts..
Jul 21 2006
On 2006-07-21 16:41:24 -0700, "Jarrett Billingsley" <kb3ctd2 yahoo.com> said:"pragma" <pragma_member pathlink.com> wrote in message news:e9r0l8$u0e$1 digitaldaemon.com...It basically boils down to a VM implementation of sorts: http://icfpcontest.org/um-spec.txt Happy Hacking!
I registered too, but mostly just to get the encryption key. I've got the VM working, if a little slowly - but now I'm stuck, as I get to a fairly useless prompt. Perhaps I'm missing something about the purpose of the contest, the means by which I am to obtain an _answer_ of sorts..
I have all the operations implemented, but the codex seems to contain invalid instructions to begin with and then ti tries to load an unallocated array and dies. I'm clearly not understanding something about how the UM is supposed to work. Regardless of the byte ordering it doesn't work. Want to join the same team? :) -S.
Jul 21 2006
Damn! I forgot how much fun programming can be... It's been a while since I did something (useless?) like this : ) And D's perfect for it! L. "pragma" <pragma_member pathlink.com> wrote in message news:e9r0l8$u0e$1 digitaldaemon.com...Update: The contest rules are online *now*: http://icfpcontest.org/task.shtml It basically boils down to a VM implementation of sorts: http://icfpcontest.org/um-spec.txt Happy Hacking! In article <e9p2qg$18j8$1 digitaldaemon.com>, MFH says...The ICFP contest 2006 starts tomorrow : see http://icfpcontest.org/ !!! Too bad I'll be in an airport when the subject will be published, then in an airplane for about half a day (ie. about 9 hrs at least !), and then lost in some foreign city ! Wish much success to the (maybe) D-team(s) !! -- MFH In article <4084E508.6F6C0E71 hls.via.at>, Helmut Leitner says...
Jul 23 2006
Here's my um.d.. Get the .umz files from the ICFP site. L.
Jul 25 2006









S. <S._member pathlink.com> 