diff options
author | glarkin <glarkin@FreeBSD.org> | 2009-05-16 01:43:14 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2009-05-16 01:43:14 +0800 |
commit | cc933f9968fa759ea2e5323164c7f48cb71a639c (patch) | |
tree | 64983a3fd8258a0c6be87ffc6a60ad9a381e5116 /lang/Makefile | |
parent | 707f6a0d6e25076164435f7153c115e618837bfb (diff) | |
download | freebsd-ports-gnome-cc933f9968fa759ea2e5323164c7f48cb71a639c.tar.gz freebsd-ports-gnome-cc933f9968fa759ea2e5323164c7f48cb71a639c.tar.zst freebsd-ports-gnome-cc933f9968fa759ea2e5323164c7f48cb71a639c.zip |
Scala is a general purpose programming language designed to express
common programming patterns in a concise, elegant, and type-safe
way. It smoothly integrates features of object-oriented and functional
languages, enabling Java and other programmers to be more productive.
Code sizes are typically reduced by a factor of two to three when
compared to an equivalent Java application.
WWW: http://www.scala-lang.org/
PR: ports/133887
Submitted by: Mitsuru YOSHIDA <mitsuru at riken.jp>
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 59006eed0ef6..6bf6ec940ebe 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -299,6 +299,7 @@ SUBDIR += sather-specification SUBDIR += sather-tutorial SUBDIR += sbcl + SUBDIR += scala SUBDIR += scheme48 SUBDIR += schemetoc SUBDIR += scm |