Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Exclude a specific implicit from a Scala project

How do I ignore decoding failures in a JSON array?

json scala circe

How to add proper error handling to cats-effect's Resource

Difference between df.SaveAsTable and spark.sql(Create table..)

How to setup sbt/scala/play multi-module project which will work fine with Intellij scala plugin

scala playframework sbt

(How) Can you curry compose monadic functions?

MVC on Lift/Scala

How do I mix JVM based languages in a single Netbeans project?

java netbeans scala clojure

How to script scala directly in JSP pages?

jsp scala

Composing actors

scala actor akka

A problem of implicit conversions in scala 2.8

Lift - Page displays as XML in Firefox rather than HTML

scala lift

Tree in scala swing

swing scala jtree

Embedded Scala REPL inherits parent classpath

scala

Example of open source projects using scalaz

scala scalaz

Implicit Conversion from Any to Dynamic

scala dynamic-typing

Can Scala collection's seq/par/view/force be seen as a violation of the uniform return type principle?

c# linq scala collections types

Using Scala Case Classes as De-facto Maps

Abstract val instead of primary constructor argument

costly computation occuring in both isDefined and Apply of a PartialFunction

scala