There is already a new version of the Occam IDE available, which you can download from the Occam website. It includes improvements around the grammars as well as a new Unicode picker.
There's some fun to be had in working with the grammars, even if you've never done this kind of thing before. If you take a moment to clone the repository and have a look at the examples, you'll see that you are able to work with them directly.
I am especially interested in (and would be especially grateful for) contributions to the JavaScript grammar.Any contributions would be hugely appreciated, however.
The seeming lack of any discernible styling on my homepage is intentional (in fact there is a little, but still). I don't want to detract from the content.
The paragraph font size is sixteen pixels, by the way, which is pretty standard and happens to be four pixels more than this site, which I assume you can read just fine.
>The paragraph font size is sixteen pixels, by the way, which is pretty standard and happens to be four pixels more than this site, which I assume you can read just fine.
Your font size is smaller than HN's on my laptop. HN's font-size isn't defined in pixels, it's 10pt [9pt in places] which is rendering at 18px on my laptop. Even that's a wee bit smaller than I'd like. And on my 7" tablet I have to zoom the text on HN too, as it's unreadably small.
In these days of mobile devices and so-called 'retina' displays, it's not a good idea to define font sizes in pixels or points. Much better to use EM and REM