https://github.com/abailly/foobarqix
https://github.com/abailly/foobarqix
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abailly/foobarqix
- Owner: abailly
- Created: 2011-11-18T21:23:03.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-19T10:47:15.000Z (over 14 years ago)
- Last Synced: 2025-06-06T05:03:02.918Z (about 1 year ago)
- Language: Haskell
- Homepage:
- Size: 89.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## FooBarQix
An answer to the [FooBarQix](http://www.code-story.net/2011/11/16/foobarqix.html) problem. I was too lazy to convert my initial Haskell program to Scala, Clojure or any of the zillions language running on a JVM, so I wrote a wrapper to at least respect the exact word of the rules, if not its spirit.
## Instructions to use
* Install [Haskell platform](http://hackage.haskell.org/platform/) and make sure program `runhaskell` is in your `PATH` (or equivalent for your system)
* Install Java JDK
* Compile the Wrapper.java program: `javac Wrapper.java`
* Run the program: `java Wrapper`
A large number of things can go awfully wrong in this process but hopefully stack traces shall be explicit.