Hacker News Comments on
Functional Program Design in Scala
Coursera
·
École Polytechnique Fédérale de Lausanne
·
2
HN points
·
1
HN comments
Course Description
HN Academy Rankings
- This course is unranked · view top recommended courses
Provider Info
This course is offered by École Polytechnique Fédérale de Lausanne on the
Coursera platform.
HN Academy may receive a referral commission when you make purchases
on sites after clicking through links on this page. Most courses are
available for free with the option to purchase a completion certificate.
See also: all Reddit discussions that
mention this course at reddsera.com.
Hacker News Stories and Comments
All the comments and stories posted to Hacker News that reference this url.
⬐
May 31, 2016
·
LionessLover on
Ask HN: Relationship between OO and functional programming?
They are orthogonal. Program in Scala and do both.Free course(s):
"Functional Programming Principles in Scala" https://www.coursera.org/learn/progfun1
"Functional Program Design in Scala" https://www.coursera.org/learn/progfun2
(There are two more free courses in the "specialization" - only the certificates and the capstone project cost money - original announcement http://www.scala-lang.org/blog/2016/05/23/scala-moocs-specia...)
⬐ pekk"Program in Scala" is just promotion, not an answer to the question. There are more than a few languages which advertise the possibility of using both OO and functional styles.⬐ mafribeThat's correct, but in which other ones is the integration so smooth as in Scala?⬐ ridiculous_fishSwift, OCaml, F#, Common LISP?⬐ airless_barNo?⬐ ridiculous_fishI am not a Scala programmer. Can you please give some examples of how Scala integrates OO and FP better than other languages?