Skip to content

Golang implementation of Vending machine, from Chapter 11 of https://www.braveclojure.com Clojure book

Notifications You must be signed in to change notification settings

lensgolda/go-vmachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-vmachine

(vmachine is vending machine, not virtual )

Golang implementation of Vending machine, from Chapter 11 of "Clojure for the Brave and True" book written by Daniel Higginbotham

The vending machine exhibits simple behavior: when it receives money, it releases a hot dog and then gets ready for the next purchase. When it’s out of hot dogs, it stops. All around us are hot dog vending machines in different guises—independent entities concurrently responding to events in the world.

About

Golang implementation of Vending machine, from Chapter 11 of https://www.braveclojure.com Clojure book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages