Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Most popular programming languages
#6
(08-25-2022, 11:02 PM)Ed Davis Wrote:
(08-25-2022, 10:53 PM)JRace Wrote: BTW, I learned just a few days ago that the .NET framework has built-in VB and C# command-line compilers.  How come nobody ever tells me these things?  (Not that it matters, I still don't like .NET)

Apparently, starting with Windows 7, Visual Basic .Net comes pre-installed with Windows.

To use it, you can make a batch file that points to it:

c:\Windows\Microsoft.NET\Framework64\v4.0.30319\vbc %*

If you only have 32-bit Windows, then you might need to use:

c:\Windows\Microsoft.NET\Framework\v4.0.30319\vbc %*

Not sure why VB.Net doesn't get much love - I really like it!  For simple Console quick and dirty programs, it is great!

Your last sentence nails it.  An openly available c/l compiler could be VERY useful for q'n'd tasks, but all I had ever heard about until recently were MS's multi-gigabyte development systems & IDE's, which I will not allow on my machines.

As far as .NET, well, I personally don't like programs with big dependencies, and .NET, like JAVA, is a BIG mother of a dependency.  Much of my past work involved supporting older installations (both Windows and DOS) which could not run modern MS products, especially .NET, so I prefer to program for the least common denominator.
(And to anyone who says "They should have upgraded their computers!": It aint that easy.  YOU try to convince corporate bean counters and executives to pay multiple millions of dollars to upgrade their PCs, software, and everything out there "in the field" that depends on those PCs and that software.  If the setup works, they just want you to keep it working until the next generation of management has to pay for it.)

Anyway, while I don't care for VB's flavor of Basic, a well-documented c/l compiler that's already there could be quite handy in a pinch.
Reply


Messages In This Thread
Most popular programming languages - by bert22306 - 08-25-2022, 09:23 PM
RE: Most popular programming languages - by JRace - 08-25-2022, 10:53 PM
RE: Most popular programming languages - by JRace - 08-26-2022, 05:00 AM
RE: Most popular programming languages - by Pete - 08-26-2022, 05:23 AM
RE: Most popular programming languages - by JRace - 08-26-2022, 06:11 AM
RE: Most popular programming languages - by JRace - 09-06-2022, 04:36 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  QB64PE programming challenge? auto-convert image to photoreal etch-a-sketch drawing madscijr 9 1,882 02-14-2025, 05:49 PM
Last Post: madscijr
  Steve's Programming Challenge: Weights and Measures SMcNeill 23 3,998 08-16-2024, 08:49 PM
Last Post: Pete
  For what it’s worth: Programming Clarity PhilOfPerth 11 2,284 07-27-2024, 03:15 PM
Last Post: bplus
  qbjs & qb64pe compatibility and equivalent for other languages like Python? madscijr 10 2,146 05-22-2024, 08:17 PM
Last Post: dbox
  Vintage programming BigPete 4 899 05-15-2024, 09:57 AM
Last Post: BigPete

Forum Jump:


Users browsing this thread: 1 Guest(s)