Skip to content

benitoDeLaCasita/game_of_life

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

And now for something completely different

Introduction to Erlang with the Game of Life and the TDD

Requirements

For this introduction a use Active Ring :

step 1 : Create life_test module

  • erlang module

step 2 : First rule

  • atom
  • function
  • pattern matching

step 3 : Improve the first rule

  • variable
  • list
  • list comprehension

step 4 : Second rule

  • module lists

step 5 : Third rule

  • function with several clauses

step 6 : Are neighbors test

  • tuple
  • bool
  • pattern matching like f(A,A)

step 7 : neighbors

  • high order function

step 8 : display

  • string

About

Erlang Presentation with the Game of Life and TDD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published