Skip to content

oannao/icfpc2013-kirakira

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICFP Programming Contest 2013 - Team "kirakira annatan"

The "kirakira annatan" team's entry for https://research.microsoft.com/en-us/events/icfpcontest2013/

Team members

  • Anna Ogawa
  • Keiko Oono
  • Hayato Ito

Project

How to run (for Mac)

% brew update && brew install sbt
% export SBT_OPTS="-XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M"
% sbt run
"Hello World!"

Other sbt commands:

# Enter sbt's interactive console.
% sbt

> compile
...
[success] ...
> run
"Hello World!"
> run-main icfpc2013.kirakira.HelloJava
"Hello World! Java!"
> test
...
[success] ...
> pack
[info] packaging ...
...
[success] ...
> exit

% ./target/pack/bin/hello
"Hello World!"

% ./target/pack/bin/hellojava
"Hello World! Java!"

How to develop using Eclipse (if you love Eclipse)

  • Install Scala IDE from http://scala-ide.org/download/current.html for Scala 2.10.x.

  • Generate project files for Eclipse:

    % sbt eclipse

    Make sure that .project, .classpath and .settings/ are generated, which are used by Eclipse.

  • Import the workspace (this top directory) from Eclipse.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published