Deutsch   English   Français   Italiano  
<v86s4j$9qc3$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.nobody.at!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Gary Scott <garylscott@sbcglobal.net>
Newsgroups: comp.lang.fortran
Subject: Re: Thoughts on simplyfortran?
Date: Sun, 28 Jul 2024 20:43:47 -0500
Organization: A noiseless patient Spider
Lines: 19
Message-ID: <v86s4j$9qc3$1@dont-email.me>
References: <v85kgi$3vctu$1@dont-email.me> <v86kj9$50u7$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 29 Jul 2024 03:43:48 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="592ae51f04a3e44411d674d23e67f4a6";
	logging-data="321923"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+YWcZKE2SSn307n/O2FlZlTIbgNyuMdrY="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:V+4ivN4I23/eomT3lkDhXpDdNxw=
In-Reply-To: <v86kj9$50u7$1@dont-email.me>
Content-Language: en-US
Bytes: 2155

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.