# Experimenting with Scala
Posted 06 Feb 2014. Tagged: scala, spray and slickAfter a first brush with Scala during the Stripe CTF earlier this year, I have have been trying to find an opportunity to dive deeper. Yesterday saw a post on HN about delete.im. Cloning their basic functionality seemed like a neat project to test out some of the cool Scala libraries I have stumbled upon. Notably spray and Slick.
While getting started I ran into a couple of issues with dependencies
in eclipse. The following sbt
commands fixed these:
> reload
> eclipse with-source=true
I am still very far from groking Scala, but so far it has been a pretty fun experience. You can track my progress on github.