Forums : Suggestions for Ohloh 2.0

Dear Open Hub Users,

We’re excited to announce that we will be moving the Open Hub Forum to https://community.synopsys.com/s/black-duck-open-hub. Beginning immediately, users can head over, register, get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.


On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at [email protected]

Where is Fortran? My project

Where is Fortran?
My project it almost entirely in Fortran, but it is being reported as 81% C++.

I noticed that Fortran is not in your list of languages. Why not?

Anonymous Coward over 16 years ago
 

We haven't implemented Fortran parsing yet. We have a long list of language requests, and we do plan to implement them, according to popularity and as time allows.

Robin Luckey over 16 years ago
 

Hi Bryan,

Thanks for the offer. The short answer is 'not yet'. We are thinking about opening up at least some portions of the Ohloh code so that we can get some help implementing languages and perhaps source control systems.

Robin Luckey over 16 years ago
 

I'd look into PEG & packrat parsing for practical Fortran use. With simple preprocessing (guessing fixed/free format, separating the first six columns of fixed-format, guessing the required line length, etc.), you should be able to rip open most extant Fortran code. Technically, PEG could manage the first six columns in the grammar proper, but I wouldn't even try.

Jason Riedy over 16 years ago