Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/petitgrizzlies/99problems

Solutions for 99 Problems with Erlang
https://github.com/petitgrizzlies/99problems

elixir-lang erlang functional-programming

Last synced: 7 days ago
JSON representation

Solutions for 99 Problems with Erlang

Awesome Lists containing this project

README

        

# 99 Problems

##Introduction
The goal is to learn and improve my Erlang. I will try to realize the 99 prolog-problems:
https://sites.google.com/site/prologsite/prolog-problems.

##Tips

* For the **2.03**, in ```arithmetic.erl```, you will needed an older function which is in ```mylists.erl```.
* For the **3.01-3.03**, your predicat must be an anonymous function like : ``` fun([A,B]) -> A and (A or B) end```. It must be a list of arguments.

## Communication

It's not a part of the 99 prolog-problems. Just a personal try. The goal is to simulate some communication way.