Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/petitgrizzlies/99problems
- Owner: petitgrizzlies
- License: gpl-3.0
- Created: 2016-07-14T09:22:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-12T18:14:26.000Z (almost 8 years ago)
- Last Synced: 2024-09-24T19:26:25.555Z (about 2 months ago)
- Topics: elixir-lang, erlang, functional-programming
- Language: Erlang
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.