Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
After looking at it some more I'm kinda split. It looks interesting and I like the idea but it just feels like they borrowed way too much from other languages which they thought is kinda nifty but it just results in a bit of a mess. Mostly because the things they borrowed were not particularly good in the first place
-
@here the main reason why I looked into it is because its apparently good with writing CLIs. But now that it's been brought to my attention how bad it is, what would you suggest?
-
here95y@12bitfloat @Trumby @Ubbe @kescherRant @norman70688
User @chabad360 requested to mention everyone in this comment section. He/She probably has something important to tell...
Look above! -
@chabad360 I don't think you really need a specific language to write CLIs just a good library. Language-wise I don't really know, Java is always a good bet, maybe Rust. Or just go with Nim. Maybe you can actually learn something from their mistakes
-
@Ubbe You can use something like Launch4j to make an exe out of a jar, but I do get your point. Tbh Rust, Go, Nim are all good enough to work with. It's really just personal preference
-
@12bitfloat @Ubbe but take for example CLI apps written in Python... Almost every single one I've encountered is slow... I'm looking for a language that's both easy and fast. The library's for writing a Python CLI are very good, but Python is slow...
Bash is fast, but requires way to much logic just to handle args.
But Nim seems to have been good in both, but I didn't really look into it much, and you guys pointed out it's faults.
Golang doesn't seem to be a bad alternative, but I don't know...
What would you guys suggest? -
@12bitfloat I can't say Python is complete trash... But about bash, that's a fair point.
-
here94y@12bitfloat @Ubbe @kescherRant
User @pseudonim requested to mention everyone in this comment section. He/She probably has something important to tell...
Look above!
Related Rants
Anyone every used Nim? What do you think about it? Would you suggest it?
question
nim
languages