I fixed some issues with my Scala-Format package for the Atom editor. Please upgrade to 0.1.4.
Atom updated their API and removed some of the methods I was using, so I had to do some minor refactoring.
I fixed some issues with my Scala-Format package for the Atom editor. Please upgrade to 0.1.4.
Atom updated their API and removed some of the methods I was using, so I had to do some minor refactoring.
I’m one of the organizers for the Dallas chapter of Nodeschool. We are going through the git-it workshop at our next meetup .
As always you can come work on whatever workshop you want, but all of the organizers have already done git-it in advance, so we’ll be there to help you.
I recently presented at the Dallas Scala Enthusiasts meetup on implicits in Scala.
My presentation can be found here and the code can be found in the associated Github repo:
https://github.com/gangstead/implicitly-yours
Here’s some sample code from the slides so this post looks interesting:
implicit val n: Int = 5
def add(x: Int)(implicit y: Int) = x + y
add(5) // takes n from the current scope
add(5) (1) //can always call explicitly
I had a lot of fun making this presentation and switching back and forth between slides and code. I really liked making the slides in markdown with Remark.js and hosting the slides in the same repo as the code.
The only thing that’s left is learning to walk. Then she goes to college. Video: