How ERLANG helps in building high performance cloud applications
In this article we will see how Erlang helps in building high performance cloud applications.See it on Scoop.it, via Concurrent Life
View Articleerlang - Mnesia fold over records, referencing a second table - Stack ...
I have a schema something like this: -record(sale, { id, price, tax, sku, datetime }) -record(refund, { id, sale_id, datetime }). There are about 600,000 records in the sale table and about 20,000 in...
View ArticleErlang Output to text file - Stack Overflow
I am new to Erlang and I am trying to find an easy way to output Erlang command results to a test file using CMD and Erlang compiler. This is what I tried (CMD): C:/Users/modules> erl...
View ArticleErlang Recursion basics
I'm loving Erlang, extremely powerful as I get more into it, however, it did take a bit of getting my head round, but once you start to understand function pattern matching, data guards and recursion...
View ArticleErlang basic list comprehenesion - Stack Overflow
I am trying to learn the basics Erlang and am having a hard time compiling the following simple list comprehension example: -module(functions). -export([add/2], [add1_comp/1]). add(A,B) -> A+B....
View ArticleErlang argument passing - Stack Overflow
I've just started using Erlang and I can't get something to work -module(bla). -export([start/0, sendC/2]). start() -> number = 236, Pid1 = spawn(dz, sendC, [1, number]), register(a, Pid1)....
View ArticleErlang - Joe Armstrong
"Erlang - Joe Armstrong", a playlist created by eric2718281 (Video of Joe Armstrong "If Erlang is the answer; What was the Question" lecture http://t.co/IjSvPZMn02 #erlang)...See it on Scoop.it, via...
View ArticleDistributed comms and Mnesia
Hey guys, So, based on my posts yesterday; I would like my websocket platform to be distributed. To help with this, I figured I'd use Mnesia. I can opt for the "in memory" option, as if a node goes...
View ArticleDive into erlang: Simple app written using MongoDB, Webmachine...
See it on Scoop.it, via Concurrent Life
View ArticleDive into erlang: Simple app written using MongoDB, Webmachine ...
Simple app written using MongoDB, Webmachine (Erlang+MochiWeb), Backbone.js, jQuery and Handlebars. http://www.tegioz.com/wall/ - Demo https://github.com/tegioz/wall. Posted by Alexey Savanovich at...
View ArticleHow and Why We Switched from Erlang to Python at Mixpanel Engineering
Real-time scaling (How and Why We Switched from Erlang to Python at Mixpanel Engineering http://t.co/XACbZGgi2D)Brent Hoover's insight:As both an Erlang and (mostly) Python programmer, I find this...
View ArticleExplorations in Erlang with the Parallela: A Prelude
We at Erlang Solutions have had the pleasure of coming into contact with shiny Parallella board prototype and over the past few weeks we have been exploring how to utilise it as part of our...
View ArticleThis OTP Life
For all you Erlangers out there: http://t.co/Tg4qsLNbtl #erlangBrent Hoover's insight:A Tumblog of comments about Erlang through meme-type photos and captions. Not educational, but fun.See it on...
View ArticleZotonic, the Erlang Web Framework — Zotonic
The movie to go with @Zotonic The T-Shirt, featuring @AtillaE ! https://t.co/1QufRWzUdvGet your #erlang on at: http://t.co/BGjxHa3zo0Brent Hoover's insight:Zotonic is such a cool project I like to...
View ArticleErlang Factory - Erlang User Conference 2013 - choose your preferences
The Erlang Factory conferences provide inspiring talks, trainings and workshops with leading Erlang experts.Brent Hoover's insight:Here is another Erlang Factory I can't afford to go to, but maybe you...
View ArticleThe Pragmatic Bookshelf | Programming Elixir
title: Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, by: Dave Thomas, isbn: 9781937785581, date: 2013-10-15 (The Pragmatic Bookshelf | Programming Elixir...
View ArticleIntroduction to Elixir
The Elixir programming language marries the convenience of Ruby with the power of the Erlang/OTP system. In this short introduction, Dave Thomas, author of P...Brent Hoover's insight:I guess it's...
View Articleprecommit hooks crash log
Hi, According to the documentation erlang precommit hook crashes should be logged into sasl-error.log. But . * That log doesn't seem to be in use, sasl crashes are logged to crash.Brent Hoover's...
View ArticleBasho Co-Founder Raises $3M To Launch Orchestrate.io, A Twilio For Databases...
Basho Co-Founder Raises $3M To Launch Orchestrate.io, A Twilio For Databases TechCrunch Orchestrate.io is using open source databases to build the service. “We aren't going to build databases,” Falco...
View ArticleMostly Erlang
Erlang and sometimes other functional programmingBrent Hoover's insight:If you have used Erlang you have probably heard of Joe Armstrong, co-creator of the language and author of the first book on the...
View Article