Why Nostr? What is Njump?
2024-01-21 16:17:47
in reply to

David Beazley on Nostr: npub1q9zup…x08y4 It actually works great--and you don't even need parens for simple ...

It actually works great--and you don't even need parens for simple stuff. For example:

n = n + 1;

That's fine. You just can't write something like this:

a = b + c * d; // Error

You've just got to be explicit with parens for that:

a = b + (c * d); // Good

And even that still looks pretty normal to people.
Author Public Key
npub12jlgk3x6d5lx9kqgx83s4p00z4j9u8astl9deut8p86mk234qyfqntmnsz