Unix Bashing

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
mathematician
Member
Member
Posts: 437
Joined: Fri Dec 15, 2006 5:26 pm
Location: Church Stretton Uk

Re: Custom Programming Language

Post by mathematician »

konacake wrote:I was trying to continue the discussion, I was saying OP is blindly afraid of MinGW of "what it might do" to your binary because you feel like it would be easier to make a whole new compiler/linker than just find out how an existing one works, an existing one pretty much everyone here uses at that (GCC, not specifically MinGW), all because you're so petrified of Linux
I am not petrified of Linux, I just don't like it.
The continuous image of a connected set is connected.
User avatar
konacake
Member
Member
Posts: 27
Joined: Wed Jul 02, 2014 2:10 am

Re: Custom Programming Language

Post by konacake »

mathematician wrote: I am not petrified of Linux, I just don't like it.
That didn't exactly address my points. The point is you don't know how MinGW works, so you automatically believe it "adds in gunk". You should learn how to use something before saying it doesn't work or worse, criticize it. If you like Watcom, fine, but don't say something doesn't work because you can't work it.
User avatar
mathematician
Member
Member
Posts: 437
Joined: Fri Dec 15, 2006 5:26 pm
Location: Church Stretton Uk

Re: Custom Programming Language

Post by mathematician »

konacake wrote:
mathematician wrote: I am not petrified of Linux, I just don't like it.
That didn't exactly address my points. The point is you don't know how MinGW works, so you automatically believe it "adds in gunk". You should learn how to use something before saying it doesn't work or worse, criticize it. If you like Watcom, fine, but don't say something doesn't work because you can't work it.
You shouldn't have to fight tools, and I have no appetite for doing so.
The continuous image of a connected set is connected.
User avatar
AndrewAPrice
Member
Member
Posts: 2298
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Re: Custom Programming Language

Post by AndrewAPrice »

The Microsoft (free!) and Intel compilers run natively under Windows and can be used for osdeving. They output PE files, but it's not a big deal because it's no harder than dealing with ELF files. If it's really an issue, you can write a program that converts a PE file to your own binary file format, and that would be much simpler than writing an entire compiler yourself (which would also involve writing a linker that parses and produces binary files - so you're not avoiding that task).
My OS is Perception.
User avatar
Kazinsal
Member
Member
Posts: 559
Joined: Wed Jul 13, 2011 7:38 pm
Libera.chat IRC: Kazinsal
Location: Vancouver
Contact:

Re: Custom Programming Language

Post by Kazinsal »

mathematician wrote:You shouldn't have to fight tools, and I have no appetite for doing so.
Then you're not going to have any luck as an operating system developer.
User avatar
Schol-R-LEA
Member
Member
Posts: 1925
Joined: Fri Oct 27, 2006 9:42 am
Location: Athens, GA, USA

Re: Custom Programming Language

Post by Schol-R-LEA »

konacake wrote:I'm sure you're happy to know Windows NT was actually Microsoft's attempts at cloning Unix, and was designed by some Unix wizards.
Actually, the primary model of NT was VMS, not Unix, though there were many Unix influences stemming from a half-hearted effort at POSIX compliance. But frankly. I'd rather not get into the arguments on this point. In the meanwhile, let me see what I can find to say about macrology.
Rev. First Speaker Schol-R-LEA;2 LCF ELF JAM POEE KoR KCO PPWMTF
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
Locked