Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torvaney/duck-debugger
Talk to the duck (ELIZA style)
https://github.com/torvaney/duck-debugger
chatbot duck-debugger eliza elm elm-lang
Last synced: 15 days ago
JSON representation
Talk to the duck (ELIZA style)
- Host: GitHub
- URL: https://github.com/torvaney/duck-debugger
- Owner: Torvaney
- Created: 2018-08-01T20:37:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-05T19:47:36.000Z (over 6 years ago)
- Last Synced: 2024-11-12T12:45:53.366Z (2 months ago)
- Topics: chatbot, duck-debugger, eliza, elm, elm-lang
- Language: Elm
- Homepage:
- Size: 96.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Duck Debugger
[![Demo](example.gif)](https://torvaney.github.io/projects/duck-debugger)
[Try it out!](https://torvaney.github.io/projects/duck-debugger)
## What is it?
The Duck Debugger is a simple chatbot to help you work through your programming problems.
## What's with the duck?
[Duck debugging](https://rubberduckdebugging.com) is a method
of solving problems by talking them through. The listener could be a colleague,
a friend or even... a rubber duck? A computer program?## This seems familiar...
The Duck Debugger is based on the seminal computer program
[ELIZA](https://en.wikipedia.org/wiki/ELIZA), with minor details altered to
suit duck debugging.## I have an idea for improvement
Submit an issue or a PR, contributions are more than welcome!