Skip to content

Commit 0ed58e4

Browse files
committed
spelling: javascript
Signed-off-by: Josh Soref <[email protected]>
1 parent 121f624 commit 0ed58e4

6 files changed

+7
-7
lines changed

_events/2017-10-26-lambda-world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ category: event
33
title: Lambda World
44
logo: /resources/img/lambda-world-2.png
55
location: Cádiz, Spain
6-
description: Lambda World is the largest functional programming event in Spain and orients around various FP languages such as Scala, Kotlin, Java, Haskell, Elm, Clojure, and Javascript
6+
description: Lambda World is the largest functional programming event in Spain and orients around various FP languages such as Scala, Kotlin, Java, Haskell, Elm, Clojure, and JavaScript
77
start: 26 October 2017
88
end: 27 October 2017
99
link-out: https://www.lambda.world/

_online_courses/big-data-analysis-with-scala-and-spark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Learning Outcomes. By the end of this course you will be able to:
1717
- express algorithms for data analysis in a functional style,
1818
- recognize how to avoid shuffles and recomputation in Spark,
1919

20-
Recommended background: You should have at least one year programming experience. Proficiency with Java or C# is ideal, but experience with other languages such as C/C++, Python, Javascript or Ruby is also sufficient. You should have some familiarity using the command line. This course is intended to be taken after Parallel Programming: https://www.coursera.org/learn/parprog1.
20+
Recommended background: You should have at least one year programming experience. Proficiency with Java or C# is ideal, but experience with other languages such as C/C++, Python, JavaScript or Ruby is also sufficient. You should have some familiarity using the command line. This course is intended to be taken after Parallel Programming: https://www.coursera.org/learn/parprog1.

_online_courses/functional_program_design_in_scala.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Learning Outcomes. By the end of this course you will be able to:
2121
functions and state,
2222
- write simple functional reactive applications.
2323

24-
Recommended background: You should have at least one year programming experience. Proficiency with Java or C# is ideal, but experience with other languages such as C/C++, Python, Javascript or Ruby is also sufficient. You should have some familiarity using the command line. This course is intended to be taken after Functional Programming Principles in Scala: https://www.coursera.org/learn/scala-functional-programming.
24+
Recommended background: You should have at least one year programming experience. Proficiency with Java or C# is ideal, but experience with other languages such as C/C++, Python, JavaScript or Ruby is also sufficient. You should have some familiarity using the command line. This course is intended to be taken after Functional Programming Principles in Scala: https://www.coursera.org/learn/scala-functional-programming.

_online_courses/functional_programming_principles_scala.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ paid: false
88
showDate: false
99
---
1010

11-
Functional programming is becoming increasingly widespread in industry. This trend is driven by the adoption of Scala as the main programming language for many applications. Scala fuses functional and object-oriented programming in a practical package. It interoperates seamlessly with both Java and Javascript. Scala is the implementation language of many important frameworks, including Apache Spark, Kafka, and Akka. It provides the core infrastructure for sites such as X, Tumblr and Coursera.
11+
Functional programming is becoming increasingly widespread in industry. This trend is driven by the adoption of Scala as the main programming language for many applications. Scala fuses functional and object-oriented programming in a practical package. It interoperates seamlessly with both Java and JavaScript. Scala is the implementation language of many important frameworks, including Apache Spark, Kafka, and Akka. It provides the core infrastructure for sites such as X, Tumblr and Coursera.
1212

1313
In this course you will discover the elements of the functional programming style and learn how to apply them usefully in your daily programming tasks. You will also develop a solid foundation for reasoning about functional programs, by touching upon proofs of invariants and the tracing of execution symbolically.
1414

@@ -24,4 +24,4 @@ Learning Outcomes. By the end of this course you will be able to:
2424
- reason about properties of functions,
2525
- understand generic types for functional programs
2626

27-
Recommended background: You should have at least one year programming experience. Proficiency with Java or C# is ideal, but experience with other languages such as C/C++, Python, Javascript or Ruby is also sufficient. You should have some familiarity using the command line.
27+
Recommended background: You should have at least one year programming experience. Proficiency with Java or C# is ideal, but experience with other languages such as C/C++, Python, JavaScript or Ruby is also sufficient. You should have some familiarity using the command line.

_online_courses/parallel_programming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Learning Outcomes. By the end of this course you will be able to:
1717
- competently microbenchmark parallel code,
1818
- write programs that effectively use parallel collections to achieve performance
1919

20-
Recommended background: You should have at least one year programming experience. Proficiency with Java or C# is ideal, but experience with other languages such as C/C++, Python, Javascript or Ruby is also sufficient. You should have some familiarity using the command line. This course is intended to be taken after Functional Program Design in Scala: https://www.coursera.org/learn/scala-functional-program-design.
20+
Recommended background: You should have at least one year programming experience. Proficiency with Java or C# is ideal, but experience with other languages such as C/C++, Python, JavaScript or Ruby is also sufficient. You should have some familiarity using the command line. This course is intended to be taken after Functional Program Design in Scala: https://www.coursera.org/learn/scala-functional-program-design.

gsoc/2018.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Supervised by [@jonas](https://github.com/jonas)
155155
workflows. In this project, you'll be working on a web-based client controlling test execution with
156156
the goal of providing instant and interactive feedback. You'll have to extend the protocols that
157157
allow Bloop to communicate with other tools and develop the new client.
158-
[Majestic](https://github.com/Raathigesh/majestic) is a similar project for Javascript tooling.
158+
[Majestic](https://github.com/Raathigesh/majestic) is a similar project for JavaScript tooling.
159159

160160
Supervised by [@Duhemm](https://github.com/Duhemm).
161161

0 commit comments

Comments
 (0)