Talk:CSV data manipulation: Difference between revisions

(Vague task description)
 
(One intermediate revision by the same user not shown)
Line 10:
Or, at least, there should be description on each implementation of what that implementation does.
--[[User:PauliKL|PauliKL]] ([[User talk:PauliKL|talk]]) 12:11, 7 October 2013 (UTC)
 
== Fortran ==
 
I'll leave the section on old Fortran, but as seems to be customary for the author, this is a loooong section completely overlooking modern Fortran features. He seems not to be aware that the standard has seen some revisions since Fortran 66. Besides, he is also completely overlooking the fact that to read CSV without messing up with edit descriptors, one would ''obviously'' read a line and parse the CSV. Here I'm doing this minimally, since I don't want the program to become too long. But the general idea is: with Fortran 2003, all of this is easy stuff. Contrary to what Dinosaur wrote. Again. Sigh.
[[User:Arbautjc|Arbautjc]] ([[User talk:Arbautjc|talk]]) 22:32, 18 November 2016 (UTC)
Anonymous user