caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] [ANN] Notty 0.1.0
@ 2016-02-09  3:07 David Kaloper Meršinjak
  2016-03-11 18:56 ` Rich Neswold
  0 siblings, 1 reply; 3+ messages in thread
From: David Kaloper Meršinjak @ 2016-02-09  3:07 UTC (permalink / raw)
  To: OCaml List

Dear list,

I'd like to announce the first release of Notty, a terminal library. The blurb:


``Notty is a declarative terminal library for OCaml structured around
a notion of composable images. It tries to abstract away the basic
terminal programming model, and provide one that is simpler and more
expressive.

The core layout engine and IO codecs are pure platform-independent
OCaml. Distribution includes modules with input and output facilities
for Unix, and Lwt on Unix.

As an attempt to redefine terminal programming, Notty has to be
"opinionated". It assumes Unicode throughout, does not have universal
support for various terminals out there, and has a peculiar
programming and rendering model.''


Feedback is welcome. Samples of unsupported input escapes are welcome
too, and so are complaints about the rendering.

Homepage: https://github.com/pqwy/notty
Docs: http://pqwy.github.io/notty

Many thanks to Daniel Bünzli who helped discard an endless stream of
bad ideas. Sadly, he's not omnipotent.

Daniel's work is also what Notty's solid Unicode support builds upon.


Best,
David

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] [ANN] Notty 0.1.0
  2016-02-09  3:07 [Caml-list] [ANN] Notty 0.1.0 David Kaloper Meršinjak
@ 2016-03-11 18:56 ` Rich Neswold
  2016-03-11 19:11   ` Daniel Bünzli
  0 siblings, 1 reply; 3+ messages in thread
From: Rich Neswold @ 2016-03-11 18:56 UTC (permalink / raw)
  To: David Kaloper Meršinjak; +Cc: OCaml List

[-- Attachment #1: Type: text/plain, Size: 708 bytes --]

On Mon, Feb 8, 2016 at 9:07 PM, David Kaloper Meršinjak <dk505@cam.ac.uk>
wrote:

> I'd like to announce the first release of Notty, a terminal library.


> Homepage: https://github.com/pqwy/notty
> Docs: http://pqwy.github.io/notty
>
> Many thanks to Daniel Bünzli who helped discard an endless stream of
> bad ideas. Sadly, he's not omnipotent.
>
> Daniel's work is also what Notty's solid Unicode support builds upon.
>

A big "Thank you!" to both you and Daniel for creating this elegant
library! With not many lines of code, I create a new logger to my LWT
application that adds color to log messages as well as word wrapping them
intelligently.

Highly recommended!

-- 
Rich

[-- Attachment #2: Type: text/html, Size: 1387 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] [ANN] Notty 0.1.0
  2016-03-11 18:56 ` Rich Neswold
@ 2016-03-11 19:11   ` Daniel Bünzli
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Bünzli @ 2016-03-11 19:11 UTC (permalink / raw)
  To: Rich Neswold; +Cc: David Kaloper Meršinjak, OCaml List

Le vendredi, 11 mars 2016 à 19:56, Rich Neswold a écrit :
> A big "Thank you!" to both you and Daniel for creating this elegant library!

Just to make that clear, David is the *sole* mastermind and culprit of the elegance behind the library. I only offered some comments and made a pre-release review of the API.

Best,  

Daniel



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-11 19:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-09  3:07 [Caml-list] [ANN] Notty 0.1.0 David Kaloper Meršinjak
2016-03-11 18:56 ` Rich Neswold
2016-03-11 19:11   ` Daniel Bünzli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).