Live data from Hacker News

Disallusioned with Julia anyone got thoughts on Carbon?

news.ycombinator.com

1–10 of 16 posts

Re: Disallusioned with Julia anyone got thoughts on Carbon?

#6
Is this a personal or business decision you are talking about?

Can you elaborate the cons that made you decide to move away from Python, C++, and Julia?

Julia makes sense to me, as the youngest production language and community.

But Python? It is the #1 most popular programming language globally. C++ is also very popular. This means you can easily find people to hire globally (making business easier and more economical). You can also easily find code doing almost anything you want---speeding up time to value and time to ship.

I'm wondering what cons are driving your decisions to move on from Python and C++?

Re: Disallusioned with Julia anyone got thoughts on Carbon?

#7
Carbon seems much more "low-level" and less "dynamic" than Julia? They don't seem to play in the same domain. If you're looking for a lower-level language than Julia, supporting operations on vectors, Zig is interested (usable but still in development): https://ziglang.org/documentation/master/#Vectors. But it relies on manual memory management (no garbage collector).

Re: Disallusioned with Julia anyone got thoughts on Carbon?

#8
I didn't find a solution to read in a .png-file and iterate over the rows and in every row over the columns, is the low level stuff somehow hidden? Found some higher level stuff libraries here and there, but if it's not easy to do some low level operations, the language would be useless for me.

Re: Disallusioned with Julia anyone got thoughts on Carbon?

#9
If you're going to consider obscure languages, and you liked Julia theoretical features but got disappointed by the implementation and perhaps instability, I suspect you will enjoy Common Lisp.

Check this out: https://lispcookbook.github.io/cl-cookbook/numbers.html

Post reply on HN