Relative Content

Tag Archive for perl

Languages implemented in Python?

AFAIK, Scala and Clojure are implemented in Java and Java is implemented in C. I suppose that many or most languages are implemented in C, for instance Perl, Python and SQL. I don’t know much about language implementation but maybe you can tell me the rationale to favor one implementation language Java over another C?

How to make the Perl gather construct work

I want to use the gather command several times on one perl array. The first time it works, but the very same command fails on the second attempt.
I have a string of automatic station data for specific time intervals. The data is so awkwardly written that one time interval string contains 8 stations of data. The first 3 stations have 13 string of data, the next 4 have 35 strings and the last one has 13, as below