Skip to content

Instantly share code, notes, and snippets.

@metasim
Last active August 29, 2015 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metasim/8732760 to your computer and use it in GitHub Desktop.
Save metasim/8732760 to your computer and use it in GitHub Desktop.
Virginia Scala Scholars Meeting Notes

Central Virginia Scala Scholars

Agenda

  1. Introductions
    • Name, company, kind of development, etc.
  2. Discussion
    • Scala: Expectations, Reality, Promise
  3. How might this group help make Scala a more productive?
  4. Ideas for future sessions?
  5. Host volunteers?

Introductions

  • Scala on Android in production
  • SBT
  • Comparison with Scheme and Clojure
  • Coursera class
  • OO and Functional with rich types
  • Akka Actors
  • 5 years Scala at CCRI
  • Play 2
  • C++, R, Python
  • Monads
  • https://www.coursera.org/course/progfun
  • DSLs, int

Discussion

Basic SBT Build Definition

Basic build.sbt file

name := "hello"

version := "1.0"

scalaVersion := "2.10.2"

Assumes your project structure is:

hello/                  # your project's base directory

    Hello.scala         # a source file in your project (could be in
                        #   src/main/scala too)

    build.sbt           # build.sbt is part of the source code for the
                        #   build definition project inside project/

Web Frameworks

Goal of Group

  • Help people find answers to their Scala problems
  • Communications options:
    • Gist?
    • G+?
    • IRC? -> with history
    • Just email?
    • Email + IRC

Presentation Ideas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment