diff -r 0efad4a12d71 -r c0c882124ee5 factory/v2011/howiwork.html --- a/factory/v2011/howiwork.html Mon Jan 17 14:18:54 2011 +0100 +++ b/factory/v2011/howiwork.html Mon Jan 17 14:23:13 2011 +0100 @@ -44,7 +44,7 @@ for rapid prototyping, which fits perfectly into my method of working.
  • Go. *

    -The goal of Go was to provide a general purpose programming language including a garbage collector and efficient methods for concurrency handling. The language shows some interesting concepts including a more dynamic approach on object orientation. The lack of generics and the ideology of not giving the programmer the same tools as the language designer have, made abandon it for the time being.
  • +The goal of Go was to provide a general purpose programming language including a garbage collector and efficient methods for concurrency handling. The language shows some interesting concepts including a more dynamic approach on object orientation. The lack of generics and the ideology of not giving the programmer the same tools as the language designer have, made me abandon it for the time being.
  • Common Lisp. **

    I'm having fun on my path to enlightenment, mostly hacking in the dark.