Hacker News new | ask | show | jobs
by eikenberry 863 days ago
Shells are first and foremost the core of the CLI for interactive use of the computer. Secondarily for scripting... but I don't see anything about using any of these shells as your standard computer interface. Am I missing something?
2 comments

I think they’re using shell as the loose term for “shell script”, as in scripts you run in a shell.
You could use an interactive shell in Deno and import the module... You can do it interactively that way. Not sure that I would.