The Type Astronaut's Guide to Shapeless alternatives and similar packages
Based on the "Misc." category.
Alternatively, view The Type Astronaut's Guide to Shapeless 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
7.2 0.0 The Type Astronaut's Guide to Shapeless VS Learn-by-doing functional programming course on Scalalearn-by-doing course/tutorial for functional programming on scala -
Functional Programming for Mortals
source and examples to Functional Programming for Mortals with Scalaz -
Deploying Scala libraries to Sonatype for dummies
1.7 0.0 The Type Astronaut's Guide to Shapeless VS Deploying Scala libraries to Sonatype for dummiesDeploying scala libraries to central for dummies -
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. -
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).
CodeRabbit: AI Code Reviews for Developers

Do you think we are missing an alternative of The Type Astronaut's Guide to Shapeless or a related project?
Popular Comparisons
README
Shapeless Guide Code
Copyright 2016-17 Dave Gurnell. Licensed Apache 2.0.
This repository contains code for the main examples in The Type Astronaut's Guide to Shapeless.
If you want to discuss the content or exercises with the authors, join us in our chat room on Gitter.
Using the Source Code
This repository contains two branches: one for exercises
and one for solutions
.
The directory structure is the same in each branch.
You will need to have Git and Java and an internet connection to run the exercises. All other dependendencies are either included with the repo or downloaded on demand during compilation.
Notes on Editors and IDEs
If you don't have a particular preference for a Scala editor or IDE, we recommend the Atom editor and a Linux or OS X terminal. See the instructions below to get started.
If you want to use Scala IDE for Eclipse,
we recommend using sbteclipse.
Follow the instructions on the sbteclipse
web page
to install it as a global SBT plugin.
If you want to use IntelliJ IDEA, follow the instructions for Importing an SBT Project in the IntelliJ online documentation.
Getting Started on Linux or OS X
To get started:
- Clone this repository to a directory on your hard drive,
e.g.
~/shapeless-guide-code
:
bash$ git clone https://github.com/underscoreio/shapeless-guide-code.git
- Change to the root directory in the repository:
bash$ cd shapeless-guide-code
- Run the
sbt.sh
script. You may have to wait while SBT downloads various dependencies:
bash$ ./sbt.sh
# Lots of output here...
# The first run will take a while...
>
Type
helloworld/run
at the SBT prompt. You may have to wait while SBT downloads various dependencies.If you see the message
"Hello from shapeless!"
, you're ready to go!
If you have any problems getting started, get in touch on Gitter.
*Note that all licence references and agreements mentioned in the The Type Astronaut's Guide to Shapeless README section above
are relevant to that project's source code only.