Live data from Hacker News

Common Lisp homepage

lisp-lang.org

311–313 of 313 posts

Re: Common Lisp homepage

#311
post #309

Earlier quoted context omitted.

Critically, though, it's not the same Fortran. Fortran 2008 is VERY different from FORTRAN 77.

Very good point! I find the structure of modern Fortran very clear (although somewhat verbose compared to same python).

check out the new impressive built-in parallel features in Fortran 2018 here: https://goo.gl/ZbH4t7 GFortran 8.1 has already implemented the majority of it, and Intel is already adding the new features to their new Intel Fortran 2019. I don't know of any other mainstream language at the moment, that has native shared- and distributed-memory parallelism capabilities based on one-sided communications without recourse to the complex ugly out-of-language MPI library calls.

Re: Common Lisp homepage

#312
post #182

Any advantage to learning Lisp instead of something like Elixir today? I find Elixir to be modern, a large amount of libraries, larger and active community, BEAM VM, has macros also... Can`t think of a reason to invest time in Lisp at the cost of mastering something Elixir, but maybe I am wrong.

Why not do both?

http://joxa.org/

http://lfe.io/

Re: Common Lisp homepage

#313
post #182

Any advantage to learning Lisp instead of something like Elixir today? I find Elixir to be modern, a large amount of libraries, larger and active community, BEAM VM, has macros also... Can`t think of a reason to invest time in Lisp at the cost of mastering something Elixir, but maybe I am wrong.

I'm in the same boat as you.

You can have your cake and eat it too

http://joxa.org/

http://lfe.io/

Post reply on HN