Mirror of
forum.nim-lang.org
index
8377 :: code competition.
[2021-08-28T11:50:23+02:00]
View Orginal
Kalbhairab
(orginal)
[2021-08-28T11:50:23+02:00]
view original
Nim should organize code competition as other programming languages do.
dom96
(orginal)
[2021-08-28T13:38:25+02:00]
view original
Programming languages unfortunately lack the sentience to organize coding competitions. Maybe you'd be willing to organize one?
xigoi
(orginal)
[2021-08-29T15:22:55+02:00]
view original
I think we need more language-agnostic code competitions.
ynfle
(orginal)
[2021-08-29T20:27:14+02:00]
view original
I think we need nim adoption as viable language submissions in larger competitions like the google ones
mratsim
(orginal)
[2021-08-31T12:37:20+02:00]
view original
People should walk the talk and submit Nim code to the various Github language shootout repos or create their own.
juancarlospaco
(orginal)
[2021-08-31T14:53:27+02:00]
view original
Sometimes code competitions are stdlib only, then stuff missing in stdlib, like BigInt or Int128, chained comparisons, RBT, etc
mratsim
(orginal)
[2021-08-31T15:54:27+02:00]
view original
But then C, C++ and Rust can't participate either no?
xigoi
(orginal)
[2021-08-31T16:39:59+02:00]
view original
Most competitions are built so that you don't need integers of more than 64 bits.
juancarlospaco
(orginal)
[2021-08-31T17:53:30+02:00]
view original
I dont think Rust is trendy in competitive programming tho...