I am currently reading about the meta-programming parts of ruby, which are really interesting.
So, I’m 80% done with the book…
| 1. |
Create a PHP Framework
1 entry . 1 cheer |
18 people |
| 2. |
learn LISP
1 cheer |
267 people |
| 3. |
study maths
|
7 people |
| 4. |
master apache
1 entry |
8 people |
| 5. |
sit up straight
2 cheers |
479 people |
| 6. |
write an application on Rails
1 entry |
476 people |
| 7. |
write a book
|
26,106 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.