Tuesday, July 22, 2014

Scala (programming language)


Scala is an object-functional programming and scripting language for general software applications. Scala has full support for functional programming (including currying, pattern matching, algebraic data types, lazy evaluation, tail recursion, immutability, etc.) and a very strong statictype system. This allows programs written in Scala to be very concise and thus smaller in size than most general purpose programming languages. Many of Scala's design decisions were inspired by criticism over the shortcomings of Java.Continue Reading...
From Wikipedia, the free encyclopedia
Scala (programming language)Official Website

Scala (programming language)Tutorialhttp://www.tutorialspoint.com/scala/
http://www.scala-lang.org/documentation/


Scala (programming language)Books
Programming in Scala By Martin Odersky, Lex Spoon, Bill Venners
Beginning Scala By David Pollak
Scala Programming Language: Free Software Programmed in Scala, Lift, Simple Build Tool, Martin OderskyProgramming Scala: Scalability = Functional Programming + Objects By Dean Wampler, Alex Payne

Scala Software Download Here

Vala (programming language)


Vala is an object-oriented programming language with a self-hosting compiler that generates C code and uses the GObject system. Vala is syntactically similar to C# and includes several features such as: anonymous functions, signals, properties, generics, assisted memory management, exception handling, type inference, and foreach statements.Its developers Jürg Billeter and Raffaele Sandrini aim to bring these features to the plain C runtime with little overhead and no special runtime support by targeting the GObject object system. Rather than being compiled directly to assembly or to another intermediate language, Vala is source-to-source compiled to C which is then compiled with a platform's standard C compiler, such as gcc.
Continue Reading...
From Wikipedia, the free encyclopedia


Vala (programming language)Official Website


Vala (programming language)Books
Vala (Programming Language)
Gnome 3 Application Development Beginner's Guide By Mohammad Anwari