Skip to content

lambda-llama/icfpc2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icfpc2016

λ-llama submission for ICFP contest 2016

Compiling the code

$ opam install core_kernel ppx_deriving oasis
$ ocaml setup.ml -all

Running the visualizer

$ cd visualize
$ python -m http.server

Running not finished solution based on convex hull

$ cd visualize
$ rm out/* && python to_js.py < problems/problem101.txt

Afterwards you can see correct folding sequence and not-finished-yet unfolding procedure.