Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -10,7 +10,7 @@ import sections._ |
|
|
*/ |
|
|
object ScalaTutorial extends Library { |
|
|
val owner = "scala-exercises" |
|
|
val repository = "exercises-fpprinciples" |
|
|
val repository = "exercises-scalatutorial" |
|
|
override val color = Some("#f26527") |
|
|
val logoPath = "scala-tutorial" |
|
|
|
|
|
|
@@ -11,6 +11,9 @@ object TermsAndTypes extends ScalaTutorialSection { |
|
|
* The contents is based on the MOOCS [[https://www.coursera.org/learn/progfun1/home Functional Programming Principles in Scala]] |
|
|
* and [[https://www.coursera.org/learn/progfun2/home Functional Program Design in Scala]]. |
|
|
* |
|
|
* The target audience is people who already have ''some'' experience of programming and who are familiar with |
|
|
* the JVM. |
|
|
* |
|
|
* = Elements of Programming = |
|
|
* |
|
|
* Programming languages give programmers ways to express computations. |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.