Skip to content

Clojure implementation of Lambda Lounge vending machine specification

Notifications You must be signed in to change notification settings

scottbale/vendingmachine-clojure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clojure vending machine

What is it

Partial Vending Machine implementation in Clojure according to the Lambda Lounge Language Shootout vending machine specification http://lambdalounge.org/

Running

Launch repl with project in classpath, i.e:

java -cp clojure.jar:vending-machine/src clojure.main

Then load in repl, i.e:

(use 'vm-clojure.vm)

and

(purchase 55 [QUARTER QUARTER DIME] [DIME NICKEL QUARTER NICKEL])

About

Clojure implementation of Lambda Lounge vending machine specification

Resources

Stars

Watchers

Forks

Packages

No packages published