
16 Oct
2008
16 Oct
'08
7:34 p.m.
Hi Jeff,
On Fri, Oct 17, 2008 at 01:29, Jeff Wheeler
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