mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
6be348f22d
14 lines
528 B
Plaintext
14 lines
528 B
Plaintext
Shelly provides convenient systems programming in Haskell, similar in
|
|||
spirit to POSIX shells. Shelly:
|
|||
|
|||
* is aimed at convenience and getting things done rather than being a
|
|||
demonstration of elegance.
|
|||
* has detailed and useful error messages.
|
|||
* maintains its own environment, making it thread-safe.
|
|||
* is modern, using Text and system-filepath/system-fileio.
|
|||
|
|||
Shelly is originally forked from the Shellish package. See the shelly-extra
|
|||
package for additional functionality.
|
|||
|
|||
WWW: https://github.com/yesodweb/Shelly.hs
|