Hacker News new | ask | show | jobs
by munificent 3772 days ago
Neat! Here's an annotated version of the repo for my programming language Wren:

http://i.imgur.com/x3yztG8.png

I think it says good things about Wren that the largest section, by far, is tests. Then a big blob for docs. The actual language interpreter itself is quite small.

1 comments

Glad to see it being put to good use!