Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daquirm/99-prolog-problems-in-fsharp
F# solutions to Dr. Werner Hett's 99 Prolog problems
https://github.com/daquirm/99-prolog-problems-in-fsharp
Last synced: about 7 hours ago
JSON representation
F# solutions to Dr. Werner Hett's 99 Prolog problems
- Host: GitHub
- URL: https://github.com/daquirm/99-prolog-problems-in-fsharp
- Owner: DaQuirm
- Created: 2011-04-01T15:39:01.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-22T18:10:15.000Z (almost 13 years ago)
- Last Synced: 2024-04-17T02:52:52.526Z (7 months ago)
- Language: F#
- Homepage:
- Size: 219 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### F# solutions to Dr. Werner Hett's 99 Prolog problems
An attempt to solve 99 problems using F# programming language.
Solutions are to be added/updated irregularly, the whole thing relying on my F# learning curve.I use NaturalSpec [http://github.com/forki/NaturalSpec](http://github.com/forki/NaturalSpec) for testing purposes
(a .NET 4.0 build).### Related Projects
You can find original problems (together with Prolog solutions) here:
[https://sites.google.com/site/prologsite/prolog-problems](https://sites.google.com/site/prologsite/prolog-problems "Prolog problems")
Furthermore, there's a guy endeavouring to solve the problems in Python:
[http://github.com/miksayer/python_99_prolog_problems](http://github.com/miksayer/python_99_prolog_problems)
and one in Ruby:
[http://github.com/nashby/ruby_kick_prologs_ass](http://github.com/nashby/ruby_kick_prologs_ass)