Live data from Hacker News

My GF learned to code in 3 months. This is what she came up with.

nukaco.la

111–113 of 113 posts

Re: My GF learned to code in 3 months. This is what she came up with.

#112
post #51

Earlier quoted context omitted.

I personally like how nyan cat becomes vampire cat when you turn off the light...

I can't find the key to the safe edit: I'm having too much fun.

spoiler!! 3 1 4 1

Re: My GF learned to code in 3 months. This is what she came up with.

#113
post #81

Earlier quoted context omitted.

> Can you give me an example of writing really really advanced code in Ruby or Python ? I will take your comment at face value and will answer accordingly. First, here's a direct answer to your question: take a look at [0], and you will se an example use of metaprogramming. In this file ModelBase is a metaclass, which is used to create new classes at runtime. [0] https://github.com/django/django/blob/master/django/db…

Great roundup. Its nice to see all this points. One big difference between scripting and non-scripting languages is that, in scripting languages you can modify the structure of the program at runtime, while in compiled languages you are stuck once you compile it. C++ does have metaprogramming through the use of templates and those programs look immensely complicated, but it can't introduce new data types and logic at…

> I wonder how often an above average python/ruby programmer use its metaprogramming / reflection capabitlies?

Daily.

Post reply on HN