Wednesday, February 27, 2013

Lua, LuaJIT and interesting things

It's been (at least) 6 years since I've last written any Lua code.
I bumped into this:  https://github.com/SnabbCo/snabbswitch/wiki which looked really interesting.

Can Lua do this?
What is Lua up to?

Well there is LuaJIT and it is (apparently) very fast:
http://luajit.org/performance_x86.html

Hmm.. Where else can I find Lua?
In Erlang? https://github.com/rvirding/luerl

Okay. Time to get the new Lua book and get myself back up to speed.


2 comments:

  1. Thanks for posting this. I hadn't been paying attention either. Snabb Switch definitely looks intriguing.

    ReplyDelete
  2. I'm additionally interested in how the performance claims of LuaJIT will scale. Benchmarks are one thing...

    ReplyDelete