MRuby is a lightweight Ruby. It was created by Matz with the purpose of having an embeddable version of the language. Even if it just reached the version 1.0, the hype around MRuby wasn’t high. However, there are already projects that are targeting Nginx, Go, iOS, V8, and even Arduino.
The direct competitor in this huge market is Lua: a lightweight scripting language. Since the version 2.6.0 Redis introduced scripting capabilities with Lua.
# redis-cli
> eval "return 5" 0
(integer) 5Today is the 5th Redis birthday, and I’d like celebrate this event by embedding my favorite language.
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.