sgb-io / sweary-linus

A learning exercise about programming languages and styles, featuring sweary wizard-man Linus Torvalds.
8 stars 0 forks source link

Make use of language features, improve quality throughout #36

Open sgb-io opened 6 years ago

sgb-io commented 6 years ago

Most implementations are based on my initial JavaScript one but this isn't really taking into account what other languages have to offer. For example, it would be good to rewrite the Rust implementation to be a proper Rust implementation of the problem, rather than a sort of port.

It would be cool to take advantage of any language specific features or advantages that can help solve the problem.