ICFP Programming Contest

Takes place from Saturday, June 28 to Monday, June 30.

http://icfpcontest.org

Anyone interested in participating?

Regards,

Michael

···


ruby -r complex -e ‘c,m,w,h=Complex(-0.75,0.136),50,150,100;puts “P6\n#{w} #{h}\n255”;(0…h).each{|j|(0…w).each{|i|
n,z=0,Complex(.9i/w,.9j/h);while n<=m&&(z-c).abs<=2;z=zz+c;n+=1 end;print [10+n15,0,rand99].pack("C")}}’|display

With some Test-First development + SDL, I think any game could be
accomplished fast. The only problem could is rendering-speed.
Pair-programming could help on the implementation-time.

This competition looks really interesting… Ruby beating Ocaml/sml ?

My interest in the project depends on what the task is, which is
a secret until the last of june. … maybe?

···

On Wed, 18 Jun 2003 19:10:11 +0900, Michael Neumann wrote:

Takes place from Saturday, June 28 to Monday, June 30.

http://icfpcontest.org

Anyone interested in participating?


Simon Strandgaard

Wow, has it actually been a year since the last one?

I might be able to help out.

Phil

In article 20030618091001.GA564@lap.neumann.all,

···

Michael Neumann mneumann@ntecs.de wrote:

Takes place from Saturday, June 28 to Monday, June 30.

http://icfpcontest.org

Anyone interested in participating?

Regards,

Michael


ruby -r complex -e ‘c,m,w,h=Complex(-0.75,0.136),50,150,100;puts
“P6\n#{w} #{h}\n255”;(0…h).each{|j|(0…w).each{|i|
n,z=0,Complex(.9i/w,.9j/h);while n<=m&&(z-c).abs<=2;z=zz+c;n+=1
end;print [10+n
15,0,rand99].pack("C")}}’|display

In theory, yes, but in practice, I fear I won’t have enough time to
contribute. Please keep us informed about any activities.

Regards,
Pit

···

On 18 Jun 2003 at 18:10, Michael Neumann wrote:

Takes place from Saturday, June 28 to Monday, June 30.

http://icfpcontest.org

Anyone interested in participating?

Regards,

Michael


ruby -r complex -e ‘c,m,w,h=Complex(-0.75,0.136),50,150,100;puts “P6\n#{w} #{h}\n255”;(0…h).each{|j|(0…w).each{|i|
n,z=0,Complex(.9i/w,.9j/h);while n<=m&&(z-c).abs<=2;z=zz+c;n+=1 end;print [10+n15,0,rand99].pack("C")}}’|display

I’ve created a wiki page:

Regards,

Michael

···

On Thu, Jun 19, 2003 at 04:14:27AM +0900, Pit Capitain wrote:

In theory, yes, but in practice, I fear I won’t have enough time to
contribute. Please keep us informed about any activities.