Colin Hughes shares his story on “why he built Project Euler? ”

  • It should be Playful, bottom-up learning
  • Programming is addictive and you can get feedback on customizing other’s code.

So, the code for becoming good at a language is –:)

         do ( 

        i  <- 1
        for ( i in 1:N )  print( “ You will fail ” ) ;    
        i <- N+1
        if ( i ==  N+1 )  print ( “ You will crack it ” )

             ) while(  you breath / live   ) 

“Is there a way of extending this type of learning programming to any kind of learning” ? , is something that his story leaves you thinking .