I've been doing a couple side projects in Io over the last few months. It really is a beautiful language. Honestly, it reminds me of what would be the love child of Lisp and Ecmascript.
What really struck me was when I realized that I could get it to do Ruby style hash and array literals, from completely within the language. Really cool stuff.
Also, doing a Markaby clone was remarkably (hah) easy.
The first error that shows up after executing 'make' is:
In file included from source/simd_cph/include/simd_cp_x86.h:47,
from source/simd_cph/include/simd_cp.h:115,
from source/UArray_math.c:13:
/usr/lib/gcc/i486-linux-gnu/4.1.2/include/xmmintrin.h:34:3: error: #error "SSE instruction set not enabled"
I'll ask in #io - perhaps they'll know what to do.