Skip to main content

Home/ Arquitectura?/ Group items tagged scala

Rss Feed Group items tagged

Pablo Lalloni

scalalab - A Matlab like environment for Scala - Google Project Hosting - 0 views

  •  
    "ScalaLab: Matlab-like scientific computing in Scala"
Pablo Lalloni

kiama - A Scala library for language processing - Google Project Hosting - 0 views

  •  
    "Kiama is a Scala library for language processing. It enables convenient analysis and transformation of structured data. The programming styles supported by the library are based on well-known formal language processing paradigms, including attribute grammars, tree rewriting, abstract state machines, and pretty printing."
Pablo Lalloni

Scalex | Scala documentation search engine - 0 views

  •  
    Scaladoc Index Much like Hoogle for Haskell, Scalex lets you find Scala functions quickly. Names and Types Searches can be either textual (a list of words), or by type (a type signature) or both. A search is considered a text search unless it contains a combination of text and symbols, or if it starts with :. To search for both a type and a name, place a : between them, for example size: List[A] => Int Example queries map Search for the text map list map Search for the text list and the text map list[a] => (a => boolean) => list[a] Search for the type List[A] => (A => Boolean) => List[A] : list[a] => a Search for the type List[A] => A conserve: List[a] => (a => b) => List[b] Search for the text conserve and the type List[A] => (A => B) => List[B]
carlosmiranda

Scala's version fragility make the Enterprise argument near impossible - Lift - 2 views

  •  
    un issue que scala debe resolver si quiere crecer!!! 
Pablo Lalloni

Monads in Scala - 0 views

  •  
    Y otra intro a Monad y a su aplicación en scala. Particularmente simple y comprensible.
Pablo Lalloni

Skills Matter : Scala eXchange 2013 02-12-13 - 0 views

  •  
    Varias charlas para ver.
Pablo Lalloni

andypetrella/spark-notebook - 0 views

  •  
    "The main intent of this tool is to create reproducible analysis using Scala, Apache Spark and more. This is achieved through an interactive web-based editor that can combine Scala code, SQL queries, Markup or even JavaScript in a collaborative manner. The usage of Spark comes out of the box, and is simply enabled by the implicit variable named sparkContext. You should also check the website, http://spark-notebook.io."
Pablo Lalloni

ScalaMeter - 0 views

  •  
    ScalaMeter is a microbenchmarking and performance regression testing framework for the JVM platform that allows expressing performance tests in a way which is both simple and concise.  It can be used both from Scala and Java. write performance tests in a DSL similar to ScalaTest and ScalaCheck specify test input data specify how test results are collected organize performance tests hierarchically
Pablo Lalloni

Dependency Injection - Grupos de Google - 1 views

  •  
    Jugoso debate y ejemplos de como reemplazar inyección de dependencias (DI) con patrones comunes de programación funcional.
  •  
    Me expresé muy mal, muy desde el punto de vista de un programador java... el asunto en realidad no es "cómo reemplazar DI" sino qué patrones de diseño hicieron que nunca fuera necesario el uso de DI en los lenguajes del paradigma funcional y cómo se pueden aplicar en scala.
Pablo Lalloni

Unboxed union types in Scala via the Curry-Howard isomorphism | Chuusai - 0 views

  •  
    Gran artículo!
« First ‹ Previous 41 - 60 of 233 Next › Last »
Showing 20 items per page