[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Correct way to write C/Lua mixed module
- From: steve donovan <steve.j.donovan@...>
- Date: Thu, 4 Oct 2012 10:11:44 +0200
On Thu, Oct 4, 2012 at 9:18 AM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> You still can, using literate programming tools like Noweb, Anansi etc.
Ah, but sometimes you wish to deliver your extension as a _single_
shared library, and want to include parts written in Lua. This makes
installation semi-trivial, and may be worth the extra hassle.
steve d.