I am currently reading about the meta-programming parts of ruby, which are really interesting.
So, I’m 80% done with the book…
| 1. |
learn LISP
1 cheer |
265 people |
| 2. |
study maths
|
8 people |
| 3. |
sit up straight
2 cheers |
500 people |
| 4. |
write an application on Rails
1 entry |
462 people |
| 5. |
Learn Japanese
|
10,618 people |
| 6. |
speak at a conference
|
40 people |
| 7. |
Learn to play the drums
|
2,032 people |
| 8. |
Visit Ireland
|
2,745 people |
| 9. |
have children
|
4,456 people |
| 10. |
run a marathon
|
12,468 people |
| 11. |
write a book
|
30,188 people |
| 12. |
learn haskell
|
115 people |
I am currently reading about the meta-programming parts of ruby, which are really interesting.
So, I’m 80% done with the book…
I bought two books about ruby: one pocket reference (for my impatient self) and “The Ruby Programming Language”. The second book is written by Matz himself and David Flanagan and has illustrations by why the lucky stiff. Of course I couldn’t resist a book made by the stars :-)
I enjoy reading it to get a solid understanding of the underlying concepts. Meanwhile I use ruby to make some small scripts for small tasks (like adding taxes to a price, no rocket science…).
I am currently in the process of writing my php framework. It began as a little sideproject, carried from one website to another. Some weeks ago, I gave it an own repository location.
Right now it is mostly refactoring using design patterns and using a consistent codingstyle in all files.
I hope to have a version 0.2 soon.