PDA

View Full Version : Interesting find for programmers


Mike_Hunt
12-28-2006, 10:51 PM
I stumbled across an interesting programming tool the other day. This is not directly related to Internet programming, but if you do any Windows programming, you might find this interesting.

The site describes it as:

Aurora is a powerful 32 bit compiler featuring an integrated development environment with advanced compiler, assembler, and linker.

Aurora features a C-like syntax with high level commands making it ideal for students and advanced programmers alike. Aurora can create stand-alone executables with no runtime libraries needed. Designed to be a cross-platform compiler there will be both Windows and Linux versions available.


Throughout my long career as a programmer, I have watched programming languages and tools become increasingly complex, bloated, and resource intensive. For years I have wished I could find a high level Windows programming language that did not require massive run-time programs or frameworks. I would love to create programs that do not require an installer; just copy the executable wherever you want it, and run it.

I purchased a copy because I thought it was a darn nice piece of work, and it supports a small independent software developer. I'm not anti-Microsoft, but I prefer to give my money to a small independent developer rather than enrich Bill Gates and further his software monopoly.

The site is: www.ionicwind.com and the product is called Aurora. They also have a Basic language tool. If you are a programmer and creating a stand-alone executable interests you, you might want to check them out.

If this sounds too much like an advertisement, I apologize, and a moderator can delete this post. I was just so excited to find this tool that I wanted to share it with others.

Thanks,

Mike

Matt
12-29-2006, 03:29 AM
Mike, did you purchase a copy of the "C-like" compiler that just entered the beta phase or the BASIC compiler? If it's the BASIC compiler, I found this list of BASIC compilers http://basic.mindteq.com/WinList.asp for Windows and am wondering whether you have tried either DarkBASIC or RealBasic? How is Emergence BASIC better?

If you're using the C-like compiler, I guess my concern would be using a beta product for writing code. Seems risky to tie one-self to what I presume is not an ANSI-C language (I wouldn't tie myself to C# either, but at least with C# you have the momentum of a dominant player).

Not meaning to bash the software, I'm just wondering what you found so compelling as to offset the negatives. :dunno:

-Matt