タグ

erlangとpythonに関するIanLewisのブックマーク (2)

  • Disco MapReduce

    Disco is a lightweight, open-source framework for distributed computing based on the MapReduce paradigm. Disco is powerful and easy to use, thanks to Python. Disco distributes and replicates your data, and schedules your jobs efficiently. Disco even includes the tools you need to index billions of data points and query them in real-time. Disco was born in Nokia Research Center in 2008 to solve rea

    IanLewis
    IanLewis 2010/06/19
    Disco is a distributed computing framework based on the MapReduce paradigm. Disco is open-source; developed by Nokia Research Center to solve real problems in handling massive amounts of data. Disco is powerful and easy to use, thanks to Python. Disco distributes and replicates your data, and schedu
  • Erlang for Python programmers: Part I « Ruslan’s Blog

    Let’s skim over data types in Erlang today. Check previous tutorial for introduction. Numbers In Erlang there are two types of numeric literals: integers and floats. In Python there are four of them: plain integers(usually called just integers), long integers, floating point numbers, and imaginary numbers. In addition to conventional notation Erlang has its own specific notations: 1) $char Give

  • 1