A Tour of Scala alternatives and similar packages
Based on the "Misc." category.
Alternatively, view A Tour of Scala alternatives based on common mentions on social networks and blogs.
-
Exercism - Scala Exercises
Crowd-sourced code mentorship. Practice having thoughtful conversations about code. -
Learn-by-doing functional programming course on Scala
learn-by-doing course/tutorial for functional programming on scala -
Functional Programming for Mortals
source and examples to Functional Programming for Mortals with Scalaz -
Scalera Blog
Blog about Scala language and its environment (howto's, good practices, tips,...). Weekly posts written in both spanish and english -
List of Scala Online Courses
A list of free and paid Scala online courses by Classpert, An online course search and comparison website -
Scala Days Conferences
A youtube channel that provides full fledged videos, recorded at Scala Days Conferences -
Functional Programming in Scala
Coursera Specialization (5 courses) created by Martin Odersky et al. at the EPFL (Ecole polytechnique fédérale de Lausanne). -
Reactive Programming with Scala and Akka
Use the concepts of reactive programming to build distributed systems running on multiple nodes -
Scala With Cats
Learn system architecture and design using the techniques of modern functional programming with Cats -
Scala for the Impatient 2nd Edition
Covers most Scala features with short and easy to understand explainations.
CodeRabbit: AI Code Reviews for Developers

Do you think we are missing an alternative of A Tour of Scala or a related project?
Popular Comparisons
README
The standard Scala XML library. Please file XML issues here, not at https://github.com/scala/bug/issues.
The decoupling of scala-xml from the Scala compiler and standard library is possible because the compiler desugars XML literals in Scala source code into a set of method calls. Alternative implementations of these calls are welcome! (The calls are unfortunately only defined by the implementation.)
API documentation is available here.
How to documentation is available in the wiki
The latest stable release of Scala XML is 2.0.1.
Maintenance status
This library is community-maintained. The lead maintainer is @aaron_s_hawley.
Contributors are welcome, and should read the contributor guide on the wiki.
Issues
Many old issues from the Scala JIRA issue tracker have been migrated here, but not all of them. Community assistance identifying and migrating still-relevant issues is welcome. See this page for details.
Security best practices
The XML spec has some features that are best turned off, to avoid unsavory things like file system access, DoS attacks,... Issue #17 tracks the recommended way of configuring the XML parser used by scala-xml to avoid these. This is by no means an exhaustive list. We'll be happy to incorporate your suggestions -- just comment on the ticket!
Related projects
- Advxml - Functional library combining scala-xml with cats-core
- Binding.scala - Reactive programming library
- ezXML - Extensions for traverse, encoding, decoding and mapping XML
- http4s-scala-xml - XML literal support in http4s
- Json4s XML - Conversion to and from JSON
- monadic-html - DOM-like event-based programming with XHTML
- phobos - Data-binding library based on stream parsing using Aalto XML
- scalacheck-xml - Provides Scalacheck instances for scala-xml
- scalaxb - XML data binding, serialization, SOAP and WSDL support
- ScalaTags - Alternative syntax for XML literals
- scala-xml-dotty - Macro library for XML literals in Dotty
- XML SPaC - Streaming event-based parser combinators
- xs4s - XML streaming for Scala
- xtract - A library for deserializing XML
You might also search "XML" on Scaladex.