^+ V1443 HCE v1.0 (AB) C Compiler envirenment for the Amiga. HCE first started out as a stand alone text editor for programmers which was capable of compiling C source codes from within the editor. This was done by running a PD compiler such as the ZC compiler from the editor and passing the source code filename. But this had its down sides such as all error messages would go to the CLI, you had to save the source code before you could compile it, the compiler did not check memory as it compiled and would on occasions crash, not very pleasant!. Then I came across the HCC compiler by Detlef Wuerkner from fish disk 508, which came with source and could compile itself!. I decided to modify the Compiler and the Editor source codes so as to be able to combine the two and make a single program, 'HCE'. It started off with many bugs but eliminated the bad memory management and other side effects. By Jason Petty.