NO

Author Topic: Pelles C is an international treasure for C developers  (Read 1411 times)

Offline winuser

  • Member
  • *
  • Posts: 1
Pelles C is an international treasure for C developers
« on: July 24, 2023, 10:51:28 AM »
I started using Pelles C years ago, probably in 2010 or so, had my up and downs, stumbled across number of bugs over the years in the IDE as well. At first I was just an amateur programmer with C/C++ background and pretty good WinAPI knowledge. Over the years (in my professional career) I was coding mostly in C++, there was some Python projects and even recently Go.
These languages are OK, but if you look at the tools... well the path of current software development is to follow crazy people who don't care about memory usage and/or CPU instructions. That's insane when an ordinary text editor takes 500 MB of memory.

I just went back to C and Pelles C in my "hobby" projects. I was just tired of these super complicated inheritancy mess, virtual calls and so on. Overengineered code was my daily basis.

What I really think is that we (developers) should really take care of such projects like Pelles C. Nowadays there are no more (almost) hand crafted software like this. That is why I think this is an international treasure. There was a Watcom C in the past, I believe they did even a fork of it, but the development process is super slow there.
Yet look at Pelles C. We just received a brand new 12.0 release with modern C standard support. At the same time if you wish you can use an older release for Windows XP, Windows 2000 or even Windows 98 for your retro coding needs.

I really see the improvements in IDE and compiler itself over the years. I like the .chm documentation as well.

I love it!

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Pelles C is an international treasure for C developers
« Reply #1 on: July 24, 2023, 11:48:05 AM »
It is.
I have been using Pelles C since summer 2003  :)
May the source be with you

Offline Vortex

  • Member
  • *
  • Posts: 802
    • http://www.vortex.masmcode.com
Re: Pelles C is an international treasure for C developers
« Reply #2 on: July 24, 2023, 10:02:10 PM »
Hi winuser,

Welcome to the Forum.

Quote
These languages are OK, but if you look at the tools... well the path of current software development is to follow crazy people who don't care about memory usage and/or CPU instructions. That's insane when an ordinary text editor takes 500 MB of memory.

You are right. Especially, M$'s IDE is consuming a lot of resources.
Code it... That's all...