Settings

Theme

Ask HN: Ergonomy of line-oriented programs (like ed)

2 points by notagoodidea 3 years ago · 0 comments · 1 min read


I am currently asking myself besides `ed`[1] what are the CLI/line-oriented program existing and their ergonomic usage?

I know that may see weird at the time of extra big screens to look at teletype oriented programs but playing around with `ed` and also the `cmd` module of python's standard library [2] made me look around. I remembered turtle/Logo [3][4] also :)

Any other example to share? How different of a REPL those programs were at the end? A better name would be : Command Line-oriented interpreters?

[1] https://www.gnu.org/software/ed/manual/ed_manual.html [2] https://docs.python.org/3.11/library/cmd.html [3] https://en.wikipedia.org/wiki/Turtle_graphics [4] https://en.wikipedia.org/wiki/Logo_(programming_language)

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection