Skip to content

Commit

Permalink
add Scala
Browse files Browse the repository at this point in the history
  • Loading branch information
ghewgill committed Apr 14, 2012
1 parent b79d764 commit afe6673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gen.py
Expand Up @@ -26,6 +26,7 @@
"php": {"name": "PHP", "suffix": ".php"},
"python": {"name": "Python (2.x and 3.x)", "suffix": ".py"},
"ruby": {"name": "Ruby", "suffix": ".rb"},
"scala": {"name": "Scala", "suffix": ".scala"},
"scheme": {"name": "Scheme", "suffix": ".scm"},
"tcl": {"name": "Tcl", "suffix": ".tcl"},
}
Expand Down
1 change: 1 addition & 0 deletions index.template
Expand Up @@ -109,6 +109,7 @@ The source code is on <a href="https://github.com/ghewgill/picomath">GitHub</a>,
<ul>
<li><a href="http://www.johndcook.com">John D. Cook</a> is the original author of most of the functions themselves.</li>
<li><a href="http://hewgill.com">Greg Hewgill</a> implemented the test framework and translated the functions to many of the included languages.</li>
<li><a href="https://github.com/holdenk">Holden Karau</a> contributed the Scala implementation.</li>
</ul>

</body>
Expand Down

0 comments on commit afe6673

Please sign in to comment.