lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi all!

I'm happy to announce the first release of the Howl editor, available at:

http://howl.io

Howl is a general purpose, text oriented, editor, that aims to be both
light-weight and fully customizable. It's built on top of the LuaJIT runtime,
uses Gtk for it's interface and can be extended in either Lua or Moonscript.
Howl draws a lot of inspiration from Emacs and Vim, and should feel familiar to
anyone who has used any of these editors. It runs on Linux, should run on the
*BSDs (albeit yet to be tested), and is potentially portable to other platforms
such as OSX and Windows by anyone with sufficient determination.

Howl is released as free software under the MIT license, with the source being
available on Github (https://github.com/nilnor/howl).

While this marks the first release, Howl has been in development for nearly two
years, and should be fully usable for day to day purposes (YMMV of course).

The homepage, http://howl.io, contains more information about Howl and what if
offers, as well as some screenshots that let you get a quick idea of how it
looks.

Cheers,

Nils

-- 
Nils Nordman <nino@nordman.org>