Hi folks, I decided to stop moaning and write code for MSX again. I'm a Pascal freak, and I want to write Pascal code for MSX again. Yeah, I kno about how superb Z80 Assembly is, but I'm lazy and I don't have time/patience to try to learn Asm again. I know sdcc C compiler, and its patches to generate MSX code, but my heart belongs to Niklaus Wirth's most famous computer language.
I'm a Linux user too, my first (and only) desktop operating system, so I don't want a Windows solution: I just wanna write MSX code between two school classes (I'm a teacher and sysadmin) in my notebook, or when I'm bored.
So, I thought about using gedit (which is a great text editor for GNOME) and a set of shell scripts to control OpenMSX, in order to compile my Pascal program using a command-line compiler, like Turbo Pascal 3.3.
Any ideas? Thanks in advance.