[Ann] The Howl Editor 0.3

  • From: Nils Nordman <nino@xxxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Wed, 2 Sep 2015 08:35:47 +0200

Hi,

On behalf of the Howl developers, I'm happy to announce the 0.3 release
of the Howl editor!

If you haven't heard about the Howl editor before, it's 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, and can be
extended in either Lua or Moonscript. It's developed under Linux, and
features an interface similar to that of Emacs and Vim.

0.3 comes with the ability to easily launch external commands from
within the editor, vastly improved search and replace commands featuring
interactive previews, file previews for opening project files, and much
more. The full release announcement, with highlights and the full
changelog since 0.2.1, is available here:

http://howl.io/blog/2015/09/01/howl-0-dot-3-released.html

For more information about the Howl editor, you can visit
http://howl.io.

For LuaJIT users it might be of interest to know that it also uses the FFI extensively, e.g. it contains internal bindings for interfacing with everything needed from the stack of g* libraries, such as Gtk, Glib, etc.

Cheers,

Nils

Other related posts:

  • » [Ann] The Howl Editor 0.3 - Nils Nordman