scala.compiler.guides
Compiler guides
A collection of resources and guides for understanding and contributing to the Scala compiler.
Awesome scala compiler guides/papers/videos/talks
21 stars
5 watching
3 forks
last commit: about 9 years ago Related projects:
Repository | Description | Stars |
---|---|---|
valelang/vale | A compiler for a programming language designed to be fast, memory-safe, and easy to use | 1,787 |
bodiam/scala-must-watch | A curated list of essential and interesting videos on Scala programming language | 13 |
pchapin/augusta | A compiler for an Ada programming language, written in Scala and targeting LLVM. | 28 |
alexandru/scala-best-practices | Guides developers on following best practices for writing maintainable and efficient Scala code | 4,391 |
mkchoi212/lbac-swift | Building a compiler in Swift by translating the book 'Let's Build a Compiler' into interactive code | 164 |
jaseemabid/olifant | A language targeting LLVM with the goal of building a simple compiler | 64 |
rust-lang/rustc-dev-guide | An online guide to understanding the Rust compiler's inner workings and contributing to it | 1,667 |
vert-x3/vertx-lang-scala | Provides language bindings and helpers for using Scala with Vert.x | 122 |
ildivan/clojure-style-guide | A community-driven style guide for the Clojure programming language | 0 |
delta456/monkey_v | An implementation of a programming language interpreter in V. | 38 |
scalapb/scalapb | Tools for generating Scala code from protocol buffer definitions. | 1,308 |
charles-pegge/oxygenbasic | A compiler and runtime environment for a basic programming language | 39 |
offa/cmake-ada | Provides support for the Ada programming language in CMake build systems. | 12 |
timothyklim/scala-native-libuv | Bindings for the libuv C API in Scala Native | 10 |
lwiest/basiccompiler | Compiles BASIC programs into Java bytecode. | 29 |