Skip to content

joinr/icfpc2019

 
 

Repository files navigation

Team “Lambda Spice” entry in ICFP Contest 2019

Problem

icfpcontest2019.github.io

Results

Lightning round

Place Team Score
20 Lambda Spice 2669265

Full contest

Place Team Score
31 Lambda Spice 1888737

Developing

$ lein repl
icfpc.main=> (require 'icfpc.main :reload-all)
icfpc.main=> (solve "prob-010" {:delay 50}) ; interactive
icfpc.main=> (solve "prob-010") ; non-interactive

Recalc everything:

$ lein run

Submit everything:

$ ICFPC_KEY=... ./submit.sh

Building native image

$ export GRAAL_HOME=...
$ lein native-image
$ ./target/icfpc2019

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 85.3%
  • Python 14.1%
  • Shell 0.6%