Languages

  • submit to reddit

Easily Cross-compile and Release Scala Projects With sbt

Scala’s lack of compatibility Ok, lets get over with it – Scala is not binary compatible between minor versions (Where by minor...

0 replies - 1422 views - 10/19/12 by Konrad Malawski in Articles

Configuration Files in Clojure

I recently made a contribution to ghijira, a small tool written in Clojure for exporting issues from GitHub in JIRA-compatible format. One of the problems...

0 replies - 1955 views - 10/16/12 by Konrad Garus in Articles

Tutorial: Getting Started with Scala and Scalatra - Part IV

New Refcard: We've been eagerly preparing this week's refcard release for the past few months now, and finally the widely-requested Scala Refcard is here. Go...

0 replies - 2237 views - 10/15/12 by Jos Dirksen in Articles

clojure: lein tar

A co-worker recently asked how I package and deploy my clojure code. There's nothing special about the code, but I'm making it available here for anyone...

0 replies - 1490 views - 10/15/12 by Jay Fields in Articles

Why Do Bad Things Happen to Good Code?

We need to understand what happens to code over time and why, and what a healthy, long-lived code base looks like. What architectural decisions have the...

1 replies - 9858 views - 10/15/12 by Jim Bird in Articles

Does Scala as an FP Language Suffer From Its OO Syntax?

New Refcard: We've been eagerly preparing this week's refcard release for the past few months now, and finally the widely-requested Scala Refcard is here. Go...

0 replies - 10193 views - 10/14/12 by Wille Faler in Articles

Weekly Poll: In a World where Java was no more. . .

Java is the bread and butter of many programmers on DZone. We don't think that a bakery strike would lead to mass starvation, though. We'd find something else...

7 replies - 8880 views - 10/14/12 by Bill Armstrong in Articles

Towards Better Refactoring Support in IDEs for Functional Programming

A couple of days back I was thinking how we could improve the state of IDEs and let them give rich feedbacks to users focusing on code...

0 replies - 1586 views - 10/11/12 by Debasish Ghosh in Articles

The Pros and Cons of JavaScript and jQuery

This article was written by the Imaginovation team.  They are a Raleigh web design and software development company who uses .NET,...

7 replies - 13222 views - 10/10/12 by Michael Georgiou in Articles

Clojure: Refactoring From Thread Last (->>) To Thread First (->)

I use ->> (thread-last) and -> (thread-first) very often. When I'm transforming data I find it easy to break things down mentally by taking small,...

0 replies - 2275 views - 10/09/12 by Jay Fields in Articles

Replacing Common Code With clojure.set Function Calls

If you've written a fair amount of Clojure code and aren't familiar with clojure.set, then chances are you've probably reinvented a few functions...

0 replies - 2238 views - 10/08/12 by Jay Fields in Articles

Stop Bashing TypeScript

I was unpleasantly surprised to see all the bashing of the TypeScript language. Like “the last thing I want to see is type errors”, “all these types!...

0 replies - 3209 views - 10/03/12 by Victor Savkin in Articles

Tutorial: Getting Started With Scala and Scalatra - Part III

This post is the third on a series of articles I'm writing on scalatra. In "part I" we created the initial environment, and in "part...

0 replies - 2328 views - 10/01/12 by Jos Dirksen in Articles

Getting Started with Play 2.1 , Scala 2.10 and Slick 0.11.1

Starting from scala 2.10 version , Slick will be by defaut the database manager. In addition,  Playframework also will be based on scala 2.10  since version...

1 replies - 8349 views - 10/01/12 by Slim Ouertani in Articles

A Simple TODO Application in Dart

Dart is a new language for building web applications. Though it’s still a technology preview, the Dart platform is already mature...

0 replies - 2111 views - 09/30/12 by Victor Savkin in Articles