/rosetta

Rosetta code for a range of tasks

Primary LanguageJavaApache License 2.0Apache-2.0

Rosetta Code: Multiple implementations of more complex applications

The excellent web site https://rosettacode.org contains moderately simple exercises written in many different languages. This is an excellent way to investigate how different languages can implement the same algorithm.

However, the examples are typically small. The intention for this package is to implement a series of larger examples. The current examples include:

Proposed examples include:

  • Fisher’s exact test
  • A foreign function interface for the C math library
  • A foreign function interface for the R math library