« earlier | later » Page 1 of 1
A modern TeX-style typesetter using Lua as the language. Interesting idea.
to lua tex typesetting ... on 12 September 2017
majek/lua-channels edit / delete
"Go-style channels in Lua" -- i.e. CSP channels done with an implementation of Go's channel algorithm on top of Lua's coroutines. Neat.
to channels concurrency csp go lua scheduling ... on 08 September 2013
The LuaJIT Project edit / delete
As the name suggests, a JIT for Lua. There's also a coroutines library for Lua here. It would be interesting to knock together a CSP library for Lua using coroutines.
to concurrency language-design lua research runtime ... on 03 November 2008
« earlier | later » Page 1 of 1
- lua | |
1 | + channels |
2 | + concurrency |
1 | + csp |
1 | + go |
1 | + language-design |
1 | + research |
1 | + runtime |
1 | + scheduling |
1 | + tex |
1 | + typesetting |
tasty by Adam Sampson.