Ask HN: Is synthetic data generation practical outside academia?
4 points by cpard 9h ago 2 comments
Ask HN: Has anybody built search on top of Anna's Archive?
284 points by neonate 3d ago 146 comments
Programming language Dino and its implementation
61 90s_dev 17 6/5/2025, 5:47:23 PM github.com ↗
It seems to have a pretty high ratio of "I use X because it's the only one that has Y" type features, all in one place. Very appealing to Python users, since it fills a few well known language gaps.
> It seems to have a pretty high ratio of "I use X because it's the only one that has Y" type features, all in one place.
- fibers
- advanced pattern matching
These are two not so common language features that are often the differentiator in a class of languages: "I like Python - but Ruby has fibers" or "I like Ruby - but Python has pattern matching"
To see such features all in one language has a lot of appeal (to me, anyway)
I've got limited experience with it but it seems on par with what most languages have.
Home, James.
>https://www.google.com/search?q=home%2C+james
If things are hard, seek help, please.