Note that there are some explanatory texts on larger screens.

plurals
  1. USNym
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COYou might try watching some of Robert Virding's videos. For instance, [Implemting Languages on the Erlang VM](http://www.youtube.com/watch?v=hry_BUidOAk). I believe he has at least 2 or 3 videos on similar topics. Also his [github](https://github.com/rvirding), has several examples of code. Additionally, you could check out [Elixir](http://elixir-lang.org/) or [Joxa](http://joxa.org/) which are also implemented on the Erlang VM.
      singulars
    2. COTry running "perl -MO=Deparse -lpe '$c+=$_}{$_=$c'" and looking at the output, basically -l uses newlines and both input and output separators, and -p prints each line. But in order to do '-p', perl first adds some boiler plate (which -MO=Deparse) will show you, but then it just substitutes and compiles. You can thus cause an extra block to be inserted with the '}{' part and trick it into not printing on each line, but print at the very end.
      singulars
    3. COI'm curious as to what you would change with the Erlang Thrift client/server? One thing that thrift provides which protocol buffers do not is the RPC layer of services, and functions on those services. We've used it for years to talk Erlang to Java and Java to Erlang in very high volume services (hundreds of thousands to millions of requests per second) without much issue.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload