Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/desireeav/99-problems
This is a repository that will have the solutions to the Ninety-Nine Prolog Problems in various lenguages
https://github.com/desireeav/99-problems
99-problems 99-problems-erlang 99-problems-prolog 99-problems-scheme erlang prolog prolog-exercises scheme
Last synced: about 1 month ago
JSON representation
This is a repository that will have the solutions to the Ninety-Nine Prolog Problems in various lenguages
- Host: GitHub
- URL: https://github.com/desireeav/99-problems
- Owner: DesireeAv
- Created: 2024-03-28T21:03:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T23:21:16.000Z (5 months ago)
- Last Synced: 2024-10-12T18:41:57.208Z (about 1 month ago)
- Topics: 99-problems, 99-problems-erlang, 99-problems-prolog, 99-problems-scheme, erlang, prolog, prolog-exercises, scheme
- Language: Scheme
- Homepage: https://www.ic.unicamp.br/~meidanis/courses/mc336/2009s2/prolog/problemas/
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# P-99: Ninety-Nine Prolog Problems
This is a repository that will have the solutions to the [Ninety-Nine Prolog Problems](https://www.ic.unicamp.br/~meidanis/courses/mc336/2009s2/prolog/problemas/) in various lenguages, such as `scheme` 👾, `erlang` 🐙 and `prolog` 🐊.### Helpful websites 👀
- [How to Design Programs (scheme)](https://htdp.org/2003-09-26/Book/curriculum-Z-H-1.html)
- [Program by Design](https://programbydesign.org/)
- [Racket](https://racket-lang.org/)
- [Recursion and Applicative Programming](https://courses.cs.washington.edu/courses/cse341/98sp/scheme/recursion.html#:~:text=Map%20is%20a%20built%20in,every%20element%20of%20the%20list.)
- [WhatIsSchemeCrossReference](https://practical-scheme.net/wiliki/schemexref.cgi?WhatIsSchemeCrossReference)### Author 🍬
- [@desireeav](https://github.com/DesireeAv)