Language Extension Library

What is the difference between library extension and language? In particular, in Scala.

+5
source share
3 answers

This is true for both Scala and Java, a library can be defined as:

In computer science, a library is a collection of resources used for software development. These may include pre-written code and routines, classes, values, or type specifications.

, ( , ) , . , (, , ).

- , ( ) , -, . ( ) . , Java, (, generics).

, Session- Scala - , :

  • (, ).
  • : , ( ), , ( ""?)

.

, Scala ( , , , .NET) - . , , - , DSL DSL.

+6

Scala. , , . , , , .

+15

, , Scala . , , , .

, , Scala Scala / . , , , , , .

+1
source

All Articles