Earlier quoted context omitted.
This is a site for programmers, not a world affairs site. "Discussing pet languages" is entirely within the scope of the site. There are about a zillion other places on the web to discuss current events. Maybe try one of them instead? (edit) From the FAQ: Off-Topic: Most stories about politics, or crime, or sports, unless they're evidence of some interesting new phenomenon. Videos of pratfalls or disasters, or cute a…
Quoted post unavailable.
Ask HN: Why are you programming your hobby projects in a niche language?
21–30 of 172 posts
Re: Ask HN: Why are you programming your hobby projects in a niche language?
#22Earlier quoted context omitted.
Quoted post unavailable.
I'll be real: I only have so much emotional bandwidth to deal with the flood of news right now. I welcome having a place to talk about literally anything else for a few minutes, if only to relax and catch my breath before I go back to the world stuff.
Re: Ask HN: Why are you programming your hobby projects in a niche language?
#23Because during work I tend to be very pragmatic, and choose pretty boring, but battle tested technology. For the projects I have been working so far, usually niche tech doesn't provide enough tangible benefits to justify the risk of choosing it, the generally smaller ecosystem, less tooling, fewer documentation and potentially longer developer onboarding. Doesn't mean only the most established things one can choose, but avoiding things that are too new and unknown or too far off of what I'm comfortable working with.
And once a tech stack is chosen you are likely not going to change it significantly for years to come. So it can get a little stale and I can get an urge to try new things. But my warm fuzzy feelings or curiosity for some new tech doesn't justify increasing complexity by adding no stuff to a production product/service.
Re: Ask HN: Why are you programming your hobby projects in a niche language?
#24Earlier quoted context omitted.
I'll be real: I only have so much emotional bandwidth to deal with the flood of news right now. I welcome having a place to talk about literally anything else for a few minutes, if only to relax and catch my breath before I go back to the world stuff.
Quoted post unavailable.
Re: Ask HN: Why are you programming your hobby projects in a niche language?
#25Re: niche languages—Hacker News is written in a dialect of Lisp called Arc: - https://github.com/wting/hackernews - https://en.wikipedia.org/wiki/Arc_(programming_language)
Coincidentally, seems my post have been the top #1 post on the Arc forums since I first made it, ~17 days ago. That forum could do with a bit more of traffic :)
Re: Ask HN: Why are you programming your hobby projects in a niche language?
#26Not sure if Clojure is considered niche, but anyway I do it because it's the most fun programming language for me.
I think Clojure's niche-ness is a hidden strength as well, as the community is so strong and knowledgeable that you get very good help when you need it, from all angles. It's been a pleasure to use Clojure and interact with the community, even though the language is effectively built by one person instead of a committee (which, I think is another one of Clojure's strength [but not so hidden]).
Re: Ask HN: Why are you programming your hobby projects in a niche language?
#27Not sure if Clojure is considered niche, but anyway I do it because it's the most fun programming language for me.