Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zalbia/functional-google-code-jam
Google Code Jam Runner and Solutions in Functional Scala
https://github.com/zalbia/functional-google-code-jam
Last synced: 7 days ago
JSON representation
Google Code Jam Runner and Solutions in Functional Scala
- Host: GitHub
- URL: https://github.com/zalbia/functional-google-code-jam
- Owner: zalbia
- Created: 2016-12-02T04:06:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-04T14:01:38.000Z (almost 8 years ago)
- Last Synced: 2023-10-18T08:43:52.641Z (about 1 year ago)
- Language: Scala
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
Functional Google Code Jam
===========================A toy project cataloguing my novice-level solutions for Google Code Jam. This is
meant mostly as a way to track my own understanding of FP. _"Functional"_ here
means that I've mostly tried to implement the whole project in as purely
functional of a programming style as I can manage. The solutions may not be the
most performant, elegant, or even just idiomatic way to use the functional subset
of Scala. However, I hope to learn from anyone interested in contributing to this
project.Running
=======
Run with sbt as follows:`sbt > run `