|
|
|
|
|
by m_nyongesa
1296 days ago
|
|
I'd like to point out two things I _don't_ like about Julia that seem to be idiosyncratic but nevertheless matter to me: 1. Rather than use something like reStructuredText or Texinfo they used Markdown, and then of course had to define a bunch of custom additional stuff to make it work for documentation, plus a custom program to publish the documentation to a limited number of formats. Unlike the two documentation languages I mentioned, the Juila "customized Markdown" isn't publishable to Info, so it can't be used in Emacs: rather, it's basically just a bunch of web pages. 2. Julia is completely dependent on LLVM. Even Rust (which was initially like that) now has a GCC-based implementation. |
|
Why do you care about LLVM?