Skip to content

irumiha/icfp-loneclojurian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This solution is written in Clojure and has two main parts:

src/loneclojurian/ovm.clj - a VM implementation
src/loneclojurian/sim.clj - sim-related functions

To run this solution you need a unix-like OS with bash and Java 1.6
(1.5 might work, haven't tried).

In this directory just run:

./bin/clj problem1.clj

And wait. :)

The VM is quite slow, it needs around 30 seconds for one task.

When all the tasks are finished the solutions can be found in the
solutions directory.

About

The Clojure code from the ICFP programming contest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published