• Thoughts on simplyfortran?

    From dogyu@dogyu@riseup.net to comp.lang.fortran on Sun Jul 28 10:27:30 2024
    From Newsgroup: comp.lang.fortran

    Hello,

    I was wondering what are your thoughts on simplyfortran (using linux)

    Thanks!

    dogyu
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Lawrence D'Oliveiro@ldo@nz.invalid to comp.lang.fortran on Sun Jul 28 23:35:06 2024
    From Newsgroup: comp.lang.fortran

    On Sun, 28 Jul 2024 10:27:30 -0400, dogyu wrote:

    I was wondering what are your thoughts on simplyfortran (using linux)

    Single-language development environments aren’t really the way to go nowadays.
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Gary Scott@garylscott@sbcglobal.net to comp.lang.fortran on Sun Jul 28 20:43:47 2024
    From Newsgroup: comp.lang.fortran

    On 7/28/2024 6:35 PM, Lawrence D'Oliveiro wrote:
    On Sun, 28 Jul 2024 10:27:30 -0400, dogyu wrote:

    I was wondering what are your thoughts on simplyfortran (using linux)

    Single-language development environments aren’t really the way to go nowadays.
    So long as they support the target language(s) adequately. Some are
    much more flexible in their language support tailor-ability than others.
    I've often been disappointed by those development environments shipped
    with compilers such as for Lahey and Absoft. I'm not especially fond of
    VS either, but there doesn't seem to be any real competitors that
    include all the essential features. The main problem with VS is MS continuously changing the "integration" interface such that vendors are
    always chasing their tails. I often need to supplement the editor with something more powerful like kedit but usually for when I need to make
    lots of string changes and a macro or a built in is more efficient. I
    just switch back and forth as needed from within VS. It automatically
    reloads the file when you exit any external editor.
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Lawrence D'Oliveiro@ldo@nz.invalid to comp.lang.fortran on Mon Jul 29 04:00:54 2024
    From Newsgroup: comp.lang.fortran

    On Sun, 28 Jul 2024 20:43:47 -0500, Gary Scott wrote:

    I'm not especially fond of VS either, but there doesn't seem to be any
    real competitors that include all the essential features.

    Visual Studio is Windows-specific. It doesn’t do well for cross-platform development. Which is an essential feature nowadays.
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From baf@baf@nowhere.com to comp.lang.fortran on Sun Jul 28 21:39:45 2024
    From Newsgroup: comp.lang.fortran

    On 7/28/2024 7:27 AM, dogyu wrote:
    Hello,

    I was wondering what are your thoughts on simplyfortran (using linux)

    Thanks!

    dogyu

    I have used Simplyfortran for the past 5 years or so on Linux and
    Windows. Works great. Thay keep up with the latest version of gfoprtran,
    have a very nice debugger interface, and their product support is the
    best of any software I have every used.


    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Lynn McGuire@lynnmcguire5@gmail.com to comp.lang.fortran on Mon Jul 29 19:29:11 2024
    From Newsgroup: comp.lang.fortran

    On 7/28/2024 6:35 PM, Lawrence D'Oliveiro wrote:
    On Sun, 28 Jul 2024 10:27:30 -0400, dogyu wrote:

    I was wondering what are your thoughts on simplyfortran (using linux)

    Single-language development environments aren’t really the way to go nowadays.

    SimplyFortran comes with both gfortran and gcc. You can use Fortran, C,
    and C++ code with it.

    Lynn

    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Lynn McGuire@lynnmcguire5@gmail.com to comp.lang.fortran on Mon Jul 29 19:31:45 2024
    From Newsgroup: comp.lang.fortran

    On 7/28/2024 9:27 AM, dogyu wrote:
    Hello,

    I was wondering what are your thoughts on simplyfortran (using linux)

    Thanks!

    dogyu

    SimplyFortran is a good product for both Fortran and C++ mixed programs.

    The only problem is that the debugger user interface support is not very sophisticated. If you want to break on the 4,000th call to a subroutine
    then you must run dbg directly as the IDE only support breaking on the
    first call to a subroutine.

    I have asked them to improve this but they have not gotten back to me.

    Lynn

    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Lawrence D'Oliveiro@ldo@nz.invalid to comp.lang.fortran on Tue Jul 30 02:05:20 2024
    From Newsgroup: comp.lang.fortran

    On Mon, 29 Jul 2024 19:31:45 -0500, Lynn McGuire wrote:

    I have asked them to improve this but they have not gotten back to me.

    Submit a patch?

    Oh, wait, it’s proprietary ...
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Lynn McGuire@lynnmcguire5@gmail.com to comp.lang.fortran on Wed Jul 31 22:05:46 2024
    From Newsgroup: comp.lang.fortran

    On 7/28/2024 9:27 AM, dogyu wrote:
    Hello,

    I was wondering what are your thoughts on simplyfortran (using linux)

    Thanks!

    dogyu

    So, what are you going to do ?

    I am very interested in your experiences should you want to share.

    I am not very happy with MSVC++ and IVF.

    Thanks,
    Lynn

    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From dogyu@dogyu@riseup.net to comp.lang.fortran on Sat Aug 3 03:34:29 2024
    From Newsgroup: comp.lang.fortran

    Many thanks all for your replies and feedback. I generally use vscode
    for coding but I've been tinkering with fortran lately and I was just wondering if simpylfortran was a good tool.

    Cheers,

    dogyu

    On 7/29/24 20:31, Lynn McGuire wrote:
    On 7/28/2024 9:27 AM, dogyu wrote:
    Hello,

    I was wondering what are your thoughts on simplyfortran (using linux)

    Thanks!

    dogyu

    SimplyFortran is a good product for both Fortran and C++ mixed programs.

    The only problem is that the debugger user interface support is not very sophisticated.  If you want to break on the 4,000th call to a subroutine then you must run dbg directly as the IDE only support breaking on the
    first call to a subroutine.

    I have asked them to improve this but they have not gotten back to me.

    Lynn


    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Lynn McGuire@lynnmcguire5@gmail.com to comp.lang.fortran on Tue Oct 8 16:31:40 2024
    From Newsgroup: comp.lang.fortran

    On 7/31/2024 10:05 PM, Lynn McGuire wrote:
    On 7/28/2024 9:27 AM, dogyu wrote:
    Hello,

    I was wondering what are your thoughts on simplyfortran (using linux)

    Thanks!

    dogyu

    So, what are you going to do ?

    I am very interested in your experiences should you want to share.

    I am not very happy with MSVC++ and IVF.

    Thanks,
    Lynn

    I have moved back to Simply Fortran for my 64 bit port. Much simpler
    and faster to get things done. And supports back to Windows XP. IVF
    only supports Windows 10 and 11.

    Lynn

    --- Synchronet 3.20a-Linux NewsLink 1.114