initial commit, draft
This commit is contained in:
commit
a39eb6d870
5 changed files with 195 additions and 0 deletions
10
design-pycalc.md
Executable file
10
design-pycalc.md
Executable file
|
@ -0,0 +1,10 @@
|
|||
# Design Target
|
||||
## Curses Stack based calculator
|
||||
|
||||
* platform layer event loop
|
||||
* use ncurses
|
||||
* React to single keypress events @ a fixed interval.
|
||||
* operations are based on single letter keys
|
||||
* Write input to a prompt
|
||||
* display the stack every cycle
|
||||
* display shortcuts at the bottom
|
Loading…
Add table
Add a link
Reference in a new issue