Logo

Programming-Idioms

This language bar is your friend. Select your favorite languages!
  • Js
elements = elements.map(x => x * c)

Haskell's idioms are the best!
uh languages without basic list processing operations are good too
please don't hit me
for E of elements loop
   E := E * c;
end loop;

New implementation...
< >
Bzzzzzzzzz