Hacker News new | ask | show | jobs
by wcrichton 1506 days ago
Nota's syntax is heavily inspired by Scribble. You can think about Nota as "web-native Scribble", or "what if Scribble was written in Javascript".
1 comments

I like it. It looks very much like the notation I used in Urlang to produce React components.

I really need to put some more examples online...

This is an all-in-one-file example:

https://gist.github.com/soegaard/1a12a9c3eccd295f1d91e030f9f...

For the use of Scribble notation to produce React components see line 99.

Very cool! Yeah that's about the closest thing to Nota I've seen so far. Haven't seen Urlang, I'll have to check that out.