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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: _overviews/scala3-book/scala-features.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -367,8 +367,7 @@ val scalaList: Seq[Integer] = JavaClass.getJavaList().asScala.toSeq
367
367
As you’ll see in the third section of this page, Scala libraries and frameworks like these have been written to power busy websites and work with huge datasets:
368
368
369
369
1. The [Play Framework](https://www.playframework.com) is a lightweight, stateless, developer-friendly, web-friendly architecture for creating highly-scalable applications
370
-
2.[Lagom](https://www.lagomframework.com) is a microservices framework that helps you decompose your legacy monolith and build, test, and deploy entire systems of reactive microservices
371
-
3.[Apache Spark](https://spark.apache.org) is a unified analytics engine for big data processing, with built-in modules for streaming, SQL, machine learning and graph processing
370
+
2.[Apache Spark](https://spark.apache.org) is a unified analytics engine for big data processing, with built-in modules for streaming, SQL, machine learning and graph processing
372
371
373
372
The [Awesome Scala list](https://github.com/lauris/awesome-scala) shows dozens of additional open source tools that developers have created to build Scala applications.
374
373
@@ -503,7 +502,6 @@ Some of the more notable libraries are listed below.
503
502
-[Finatra](https://twitter.github.io/finatra) is Scala services built on TwitterServer and Finagle
504
503
-[Scala.js](https://www.scala-js.org) is a strongly-typed replacement for JavaScript that provides a safer way to build robust front-end web applications
505
504
-[ScalaJs-React](https://github.com/japgolly/scalajs-react) lifts Facebook’s React library into Scala.js, and endeavours to make it as type-safe and Scala-friendly as possible
506
-
-[Lagom](https://www.lagomframework.com) is a microservices framework that helps you decompose your legacy monolith and build, test, and deploy entire systems of Reactive microservices
Copy file name to clipboardexpand all lines: _overviews/tutorials/scala-on-android.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -124,9 +124,7 @@ If everything works, and you see the app’s screen on your device, type `adb lo
124
124
*[Log Viewer for Android Studio and IntelliJ](https://plugins.jetbrains.com/plugin/10015-log-viewer)
125
125
*[Logcat plugin for VSCode](https://marketplace.visualstudio.com/items?itemName=abhiagr.logcat)
126
126
127
-
Here's a [screenshot](https://github.com/makingthematrix/scalaonandroid/blob/main/helloscala/helloscala.png) of what the app looks like when you open it.
128
-
129
-
And [from here](https://drive.google.com/file/d/1SV5waXjyEYSSlo-mfj28WF34mcMFxoG7/view?usp=sharing) you can download the already compiled APK.
127
+
Here's a [screenshot](https://github.com/makingthematrix/scalaonandroid/blob/main/helloscala/helloscala.png) of what the app looks like when you open it.
Copy file name to clipboardexpand all lines: _ru/scala3/book/scala-features.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -348,8 +348,7 @@ val scalaList: Seq[Integer] = JavaClass.getJavaList().asScala.toSeq
348
348
были написаны для поддержки загруженных веб-сайтов и работы с огромными наборами данных:
349
349
350
350
1.[Play Framework](https://www.playframework.com) — это легкая, без сохранения состояния, удобная для web, удобная для разработчиков архитектура для создания масштабируемых приложений
351
-
2.[Lagom](https://www.lagomframework.com) — это инфраструктура микросервисов, которая помогает разделить устаревший монолит и создавать, тестировать и развертывать целые системы реактивных микросервисов
352
-
3.[Apache Spark](https://spark.apache.org) — это унифицированный аналитический механизм для обработки больших данных со встроенными модулями для потоковой передачи, SQL, машинного обучения и обработки графиков
351
+
2.[Apache Spark](https://spark.apache.org) — это унифицированный аналитический механизм для обработки больших данных со встроенными модулями для потоковой передачи, SQL, машинного обучения и обработки графиков
353
352
354
353
В [списке Awesome Scala](https://github.com/lauris/awesome-scala) представлены десятки дополнительных инструментов
355
354
с открытым исходным кодом, созданных разработчиками для создания приложений Scala.
@@ -412,7 +411,6 @@ Scala 3 имеет значительные преимущества по сра
412
411
-[Finatra](https://twitter.github.io/finatra) — это сервисы Scala, построенные на TwitterServer и Finagle
413
412
-[Scala.js](https://www.scala-js.org) — это строго типизированная замена JavaScript, обеспечивающая более безопасный способ создания надежных интерфейсных web-приложений
414
413
-[ScalaJs-React](https://github.com/japgolly/scalajs-react) поднимает библиотеку Facebook React на Scala.js и пытается сделать ее максимально безопасной для типов и удобной для Scala
415
-
-[Lagom](https://www.lagomframework.com) — это инфраструктура микросервисов, которая помогает разделить устаревший монолит и создавать, тестировать и развертывать целые системы реактивных микросервисов
0 commit comments