Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oldratlee/scala-underneath
scala underneath
https://github.com/oldratlee/scala-underneath
bytecode compiler interoperability scala scala-compiler scala-underneath
Last synced: about 2 months ago
JSON representation
scala underneath
- Host: GitHub
- URL: https://github.com/oldratlee/scala-underneath
- Owner: oldratlee
- License: apache-2.0
- Created: 2019-06-09T07:06:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-20T14:04:47.000Z (about 3 years ago)
- Last Synced: 2024-10-19T19:34:20.497Z (3 months ago)
- Topics: bytecode, compiler, interoperability, scala, scala-compiler, scala-underneath
- Language: Scala
- Homepage: https://github.com/oldratlee/scala-underneath
- Size: 36.1 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scala Underneath
Study scala, research the topics like:
- Java Interoperability of Scala, especially Using Scala Code from Java
- ...# Scala learning resources
> Complexity is the tax of sophistication — you must always ensure that its utility exceeds its cost.
> — Effective Scala- [Effective Scala](http://twitter.github.io/effectivescala/index.html) | [Chinese Edition](http://twitter.github.io/effectivescala/index-cn.html)
- This guide attempts to distill their experience into short essays, providing a set of best practices.
- Twitter's experiences have taught them to practice great care in its application.
What are its pitfalls? Which features do they embrace, which do they eschew?
When do they employ “purely functional style”, and when do they avoid it?
In other words: what have they found to be an effective use of the language?
- https://github.com/lauris/awesome-scala
- Scala Official Documentation: https://docs.scala-lang.org/
- [Scala books list](https://www.douban.com/doulist/41749522/), my collection of scala books.