[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Simulating Lua states in Lua with only 250 lines of code
- From: Javier Guerra Giraldez <javier@...>
- Date: Sat, 27 Jun 2015 09:22:44 -0500
On Sat, Jun 27, 2015 at 3:50 AM, Sean Conner <sean@conman.org> wrote:
> Depends on the system. If the computer uses memory-mapped graphics (for
> example, a bog-standard IBM PC from the 80s or 90s in text mode mapped to
> 0xB0000000 or 0xB8000000 [1] depending upon the video card) then yes, it can
> be done in C. But I'm afraid we're straying far from Lua here ...
heh, that's how we write our 10Gb ethernet driver fully in Lua (JIT)
:-)
--
Javier
- References:
- Re: Simulating Lua states in Lua with only 250 lines of code, Tim Hill
- Re: Simulating Lua states in Lua with only 250 lines of code, Soni L.
- Re: Simulating Lua states in Lua with only 250 lines of code, Tim Hill
- Re: Simulating Lua states in Lua with only 250 lines of code, Soni L.
- Re: Simulating Lua states in Lua with only 250 lines of code, Tim Hill
- Re: Simulating Lua states in Lua with only 250 lines of code, Soni L.
- Re: Simulating Lua states in Lua with only 250 lines of code, Sean Conner
- Re: Simulating Lua states in Lua with only 250 lines of code, Soni L.
- Re: Simulating Lua states in Lua with only 250 lines of code, Sean Conner
- Re: Simulating Lua states in Lua with only 250 lines of code, Tim Hill
- Re: Simulating Lua states in Lua with only 250 lines of code, Sean Conner