Hacker News new | ask | show | jobs
by jitl 3102 days ago
I think some comments in the example nymph code explaining what each line does and the differences from C could go a really long way here.

Does malloc do something different? Explain in a comment.

What are the two different calls to `print()` supposed to demonstrate? How does nymph know which one to call?

In the `obj` block, there are initializers/default values, it seems. When are those set? How do they work?