× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



James / Carol,
> > Can any one tell me a modern free formatted programming language 
> > that does
>  > syntax checking while entering code? I cannot think of any. So, if
> none can
> > be mentioned, then we were spoilt while coding in fixed format.
> 
> Well pretty much every language does syntax checking at compile or run
> time, but that is not what you're asking.  The only syntax checking
I'm 
> aware of for free format languages is that used in emacs and vi when 
> coding C, C++, or Java.  And it isn't really syntax checking, more of 
> auto-indenting.  But you can tell if you've missed a semi-colon or a 
> closing brace if it doesn't indent like you expect.
> 
> James Rich

The instance that I think of is C#.  If you typed:

myString = String(myObj.ToString().Pad(3, ' ');

It will immediately alert you that there is a parenthesis missing.  Same
goes with missing semi-colons.  It is also free-format.  The technology
does currently exist.  I believe MS calls it Intelli-sense.

Andy



As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.