[Haskell-cafe] Terminal-like Application Design

Arnar Birgisson arnarbi at gmail.com
Thu Oct 16 19:34:53 EDT 2008


Hi Jeff,

On Fri, Oct 17, 2008 at 01:29, Jeff Wheeler <jeff at nokrev.com> wrote:
> I'm a slight Haskell newbie, but I'm trying to write a terminal-like
> application that accepts simple commands with optional arguments, and can
> then execute them. Most of these commands will need IO, as later I will want
> to communicate over USB for most of them.

Do you mean a terminal application that runs a "session", accepting
commands interactively? If so, check out Shellac [1].

[1] http://www.cs.princeton.edu/~rdockins/shellac/home/

cheers,
Arnar


More information about the Haskell-Cafe mailing list