[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: From Lua to Python?
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 3 Jul 2017 18:45:18 +0200
On Mon, Jul 3, 2017 at 4:14 PM, Javier Guerra Giraldez
<javier@guerrag.com> wrote:
> the bad thing (at the time, i think it improved a little afterwards)
> was how the interwined code reuse meaning how if you want just one or
> two nice things, you had to swallow everything below that.
I did try to move away from that - recovering from Large Library Syndrome.
Whereas often we just want prepackaged patterns....not entirely sure
how that would look.