Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)