json-serde
Scala Exercises
Our great sponsors
json-serde | Scala Exercises | |
---|---|---|
1 | 10 | |
0 | 2,487 | |
- | 0.9% | |
0.0 | 8.3 | |
about 1 year ago | 8 days ago | |
Scala | Scala | |
- | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
json-serde
-
How to create a small json lib using antlr and shapeless
The source code of a whole project could be found here: https://github.com/nryanov/json-serde
Scala Exercises
-
Suggest me resources to learn Scala.
Try this site: https://www.scala-exercises.org/
-
Websites for practicing;
https://www.scala-exercises.org/ (get the corresponding book to the track and you're on the road to success)
-
What are good resources for learning Scala?
https://www.scala-exercises.org/ is fun (relevant chapters: std lib, Scala tutorial, maybe FP in Scala if you're motivated)
-
Scala - Best resource to ramp up quickly?
You can always check out Scala exercises though, it's fun.
-
What should I avoid coming from Java to Scala?
Hahaha, I know when people ask for advice everyone throws in a book. But honestly, this one is the main "learn scala" book, and it's got a lot of examples so it's not as dry as the rest. Also there's a website where the examples can be done and validated in the browser: https://www.scala-exercises.org/
-
How long does it take to become an expert in Scale?
There are excellent resources available from 47 degrees called The Scala Exercises that help you learn common (Scala 2) constructs and libraries, and understand how to use and extend them. I like to have people do them in this order:
-
Scala3 books in the pipeline?
Both great. I can recommend this website which has a lot of the exercises from the books for you to solve - just sign in with github: https://www.scala-exercises.org/
-
That time I contributed to Scala Exercises website
Often I explain to people who want to start contributing, that they can look into projects they already use. This is what I did when I contributed to scala-exercises.org website content.
-
Is Java ever better than Scala
But I'd say it is not as hard as one can imagine. There are many good tutorials and guides online. One of my favorites is https://www.scala-exercises.org/ . For someone who wants more: https://www.manning.com/books/functional-programming-in-scala
-
How to Learn Scala
Hey! Check this :) https://www.scala-exercises.org/
What are some alternatives?
Exercism - Scala Exercises - Crowd-sourced code mentorship. Practice having thoughtful conversations about code.
Scala school - Lessons in the Fundamentals of Scala
Functional Programming for Mortals - source and examples to Functional Programming for Mortals with Scalaz
Demos and Examples in Scala (Chinese) - scala、spark使用过程中,各种测试用例以及相关资料整理
A Tour of Scala - The standard Scala XML library
Get Programming with Scala - Code for the book "Get Programming with Scala" (Manning)
ANTLR - ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
Deploying Scala libraries to Sonatype for dummies - Deploying scala libraries to central for dummies
CA Art - Learn Cellular Automata through generative art
Learn-by-doing functional programming course on Scala - learn-by-doing course/tutorial for functional programming on scala
The Type Astronaut's Guide to Shapeless - Example code to accompany shapeless-guide.
scala - Scala 2 compiler and standard library. For bugs, see scala/bug