Live data from Hacker News

Multi-model database ArangoDB 2.5 with built-in JavaScript support

github.com

1–10 of 12 posts

Re: Multi-model database ArangoDB 2.5 with built-in JavaScript support

#3
post #2

Why do programmers databases with JavaScript? Lua is more embedded language than JavaScript. http://www.aerospike.com/ http://redis.io http://tarantool.org use LUA and it more powerful and easy to use as procedures.

> JavaScript for all: no language zoo, you can use one language from your browser to your back-end

Javascript is the only language native to the browser.

Re: Multi-model database ArangoDB 2.5 with built-in JavaScript support

#4
post #2

Why do programmers databases with JavaScript? Lua is more embedded language than JavaScript. http://www.aerospike.com/ http://redis.io http://tarantool.org use LUA and it more powerful and easy to use as procedures.

Lua is a great language, but JavaScript has become something of a "lingua franca" for web development. ArangoDB's API is based on HTTP and JSON, so JavaScript was an obvious choice.

Re: Multi-model database ArangoDB 2.5 with built-in JavaScript support

#5
post #3
post #2

Why do programmers databases with JavaScript? Lua is more embedded language than JavaScript. http://www.aerospike.com/ http://redis.io http://tarantool.org use LUA and it more powerful and easy to use as procedures.

> JavaScript for all: no language zoo, you can use one language from your browser to your back-end Javascript is the only language native to the browser.

Yep. I'm afraid if the operating system will write web developers in JavaScript.

Re: Multi-model database ArangoDB 2.5 with built-in JavaScript support

#7
post #5
post #3

Earlier quoted context omitted.

> JavaScript for all: no language zoo, you can use one language from your browser to your back-end Javascript is the only language native to the browser.

Yep. I'm afraid if the operating system will write web developers in JavaScript.

https://twitter.com/forrestthewoods/status/47693421457981030...

Re: Multi-model database ArangoDB 2.5 with built-in JavaScript support

#8
post #2

Why do programmers databases with JavaScript? Lua is more embedded language than JavaScript. http://www.aerospike.com/ http://redis.io http://tarantool.org use LUA and it more powerful and easy to use as procedures.

Lua is a nicer language, but the sheer number of developers who are familiar with JavaScript gives it a huge edge. I suspect that's the driving reason.

Re: Multi-model database ArangoDB 2.5 with built-in JavaScript support

#9
post #8
post #2

Why do programmers databases with JavaScript? Lua is more embedded language than JavaScript. http://www.aerospike.com/ http://redis.io http://tarantool.org use LUA and it more powerful and easy to use as procedures.

Lua is a nicer language, but the sheer number of developers who are familiar with JavaScript gives it a huge edge. I suspect that's the driving reason.

On the other hand, Lua is much easier to embed into programs. And it is used a lot in games. If I remember correctly, Redis is also using Lua for scripting.

Re: Multi-model database ArangoDB 2.5 with built-in JavaScript support

#10
post #2

Why do programmers databases with JavaScript? Lua is more embedded language than JavaScript. http://www.aerospike.com/ http://redis.io http://tarantool.org use LUA and it more powerful and easy to use as procedures.

I am surprised that nobody mentions the great performance of Google's V8 engine here...
Post reply on HN