nim-lang / needed-libraries

This repository contains a list a needed libraries.
112 stars 5 forks source link

expect (as in, tcl/expect), perhaps with dsl #111

Open disruptek opened 4 years ago

disruptek commented 4 years ago

It's weird to find this on Wikipedia, but I guess it shouldn't be: https://en.wikipedia.org/wiki/Expect

Anyway, as I'm finding myself writing more nim-as-shell-script, my efforts to replace expect are pretty half-assed.

Vindaar commented 4 years ago

Hmm, I wasn't even aware of the existence of expect until now. But from what I understand of it, I might be able to implement something like this into shell.

disruptek commented 4 years ago

Wow, your shell package is pretty cool! I will definitely try it out; thanks for the link. :smile: