Re: [Tinycc-devel] TinyCC on Windows & some suggestions

2024-03-11 Thread Jake Anderson
Is the IDE open source? An IDE that is packaged separately and uses the TCC compiler could be useful. On Sun, Mar 10, 2024 at 1:01 PM Robert Schlicht wrote: > At our university we offer a course where we program simple spatial > simulations in various programming languages, one of them being C,

Re: [Tinycc-devel] TinyCC on Windows & some suggestions

2024-03-11 Thread Robert Schlicht
Yes, it is. But it’s really primitive, basically just a text editor that has the compiler integrated, and calling it an IDE may be an exaggeration. It’s the thing that is intended to make writing a “Hello, World!” program (and slightly more interesting stuff) as painless as possible for beginner