I saw an interesting post yesterday (with a couple pics) indicating that Mono, the open-source implementation of .NET, has been ported to the iPhone, or at least it's been started. That's pretty interesting, and it makes me wonder two things: First, are .NET apps realistic for the iPhone? And second, WWSHD?

It's certainly interesting to think that all those talented .NET programmers out there could have a chance at programming for the iPhone, and that any of a variety of apps could be ported or even natively run in the future.

A little proof:

hostinfo

Mach kernel version:

Darwin Kernel Version 9.0.0d1: Wed Oct 10 00:07:50 PDT 2007;

root:xnu-933.0.0.204.obj~7/RELEASE_ARM_S5L8900XRB

Kernel configured for a single processor only.

1 processor is physically available.

1 processor is logically available.

Processor type: armv6 (arm v6)

Processor active: 0

Primary memory available: 116.00 megabytes

Default processor set: 26 tasks, 164 threads, 1 processors

Load average: 0.00, Mach factor: 0.98

export MONO_DISABLE_SHM=1

./mono hello.exe

Hello Mono World