Try to get the latency guarantees the XMOS chips offer from a desktop CPU running a multitasking OS. Just a plain context switch in most OS's takes many times longer than it takes the XMOS to handle IO. Modern CPU's have high throughput, but their latency for the CPU to respond is still abysmal.
You do have an entire processor core in the A1X1K doing nothing clipping along at 2GHz.
Now, you might never need anything that requires those kind of low latency guarantees, but that doesn't mean nobody else can come up with uses for it.
Sure, it's quite possible someone could come up with a use for it. That doesn't mean it makes any sense.
That's meaningless. The appeal of its inclusion in the X1000 is that it's integrated in the X1000. While that may not be a rational response, the Amiga market is hardly rational - it is largely emotional.
Highly emotional Amiga users doesn't mean it makes any sense
We'll see once the X1000 is in the hands of more people whether or not people come up with something interesting - until then, the absence of Amiga-focused hacks hacks tells us nothing.
It is absolutely telling. It tells us that people aren't actually interested in this enough to start hacking.
There's no need to use XC. The only functionality XC offers over plain C is some basic syntax support for channels that you can trivially do with a few lines of inline asm if you don't mind a slightly uglier syntax - their asm manuals are easily available.
You're right that you don't need XC, but you're wasting your time and making trouble for your self for no good reason by ignoring it. You'd also be shutting yourself off from using a large base of library code the Xcore community has developed and put out for others to use. The ASM documentation sucks, you'll find yourself on the forums begging XMos engineers for help.
And Eclipse is a pile of junk. I'll use a command line + my preferred editors over Eclipse any day.
Good for you, and you'll not have access to the simulator and code profiling tools. But who are we kidding here, you've never used this stuff and you'll never do any of the things you mentioned in the previous paragraph. Haven't we had this conversation before on that other site... like a year ago?