aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-04-09 23:00:54 +0200
committerJakob Odersky <jodersky@gmail.com>2014-04-09 23:00:54 +0200
commite5e3016c97edbfc4445eba8f382dde9582f983e6 (patch)
tree99b4fc4c7acbfac44649c6a85103d95a75f069ce
parent678b9327089e898c240d265fe0204fb25db7d7bf (diff)
downloadscalam-e5e3016c97edbfc4445eba8f382dde9582f983e6.tar.gz
scalam-e5e3016c97edbfc4445eba8f382dde9582f983e6.tar.bz2
scalam-e5e3016c97edbfc4445eba8f382dde9582f983e6.zip
add readme
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2e9c3eb..82cfb0f 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,8 @@
scalam
-====== \ No newline at end of file
+======
+
+Scalam is a scientific calculation utility library. It's main purposes and features are:
+- seamless conversions between standard Scala collections and high-performance numeric data structures from [breeze](https://github.com/scalanlp/breeze])
+- generation of matlab code for plotting nice scientific graphs
+
+Its reason of existence is mainly due to my subjective opinion that Scala is an elegant, expressive language but misses scientific graphing libraries whereas Matlab is a horrible language but features mature and accurate graphing capabilities. Scalam was created for analyzing data obtained in my physics labs. It is no longer maintaned. \ No newline at end of file