Re: Xcb luajit bindings exist?

  • From: Mike Pall <mikelj-1508@xxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Sun, 23 Aug 2015 15:02:08 +0200

Cosmin Apreutesei wrote:

Why is everybody bundling I/O, thread abstractions, buffering
schemes and protocols together?

Because it fulfills a need. The actual problem is that everyone
bundles or depends on a different mix.

[
Which offers a helpful insight for an aspiring computer language
designer: to avoid that mess, any language that strives to offer
modern I/O capabilities probably ought to have an I/O multiplexer
and scheduler built into the core, right from the start. If you
don't like the extra baggage, a 'light' version with fewer
capabilites could be provided.
]

--Mike

Other related posts: