[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Unique directions for Lua?
- From: Reuben Thomas <rrt@...>
- Date: Wed, 6 Feb 2002 10:14:30 +0000 (GMT)
> I hate to nay-say Lua on the mailing list, but when you have tiny
> systems like this, dosn't it make sense to avoid memory expensive
> stuff like lua string-based hash tables and the overhead of
> interpreting bytecodes?
Hash tables I would worry about. Forth and BCPL (as implemented in
Cintcode) demonstrates that interpretation can improve matters in a small
system.
--
http://sc3d.org/rrt/ | computation, n. automated pedantry