lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

this is a minor upgrade for Coco to patch cleanly against
Lua 5.1.2. The only other change vs. Coco 1.1.1 is support for
setjmp context switching on Linux/ARM (thanks to Zachary P. Landau).

Here is a link to the project home page with full docs:
  http://luajit.org/coco.html

And a direct link to the download page:
  http://luajit.org/download.html

************************** IMPORTANT NOTE **************************
The LuaJIT project has moved to a dedicated server and a new domain:

  http://luajit.org/

Please update your links and bookmarks -- thank you!
********************************************************************

What is Coco?
-------------

Coco is a small extension to get True C Coroutine semantics for
Lua 5.1. True C coroutine semantics mean you can yield from a
coroutine across a C call boundary and resume back to it (e.g.
across pcall(), metamethods, iterators or callbacks).

Coco is free software, released under the same license as Lua.

Bye,
     Mike