10 lines
283 B
Markdown
Executable file
10 lines
283 B
Markdown
Executable file
# 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
|