Hacker News new | past | comments | ask | show | jobs | submit login

Not to mention it lets you do things like:

    mixed_pizza = {
        crust: [["thin"], ["thick"]],
        sauce: [["tomato"]],
        cheese: [["regular"]],
        toppings: [["beef"], ["pineapple", "pepperoni"]]
    }
Where you offload the logic of making multi-topping pizzas into the data.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: