Julia: Fast as Fortran, Beautiful as Python

:grinning:

The following conforms to the standard too!

      REAL P, Q, F, X, Y
      PARAMETER(P=-4.,Q=2.)
      F(X) = X**2 + P*X + Q
      READ *, X
      Y = F(X)
      END
1 Like

@certik and the Moderator team: perhaps this thread should be closed and archived?

1 Like

Yes, let’s close it. We can start a new thread on the history of spoken languages, which is very interesting. But maybe not the main topic for the Fortran forum, but some dedicated thread I guess would be fine.

1 Like

I removed the off-topic post from this thread as well.

1 Like