Here is the website for MonoTouch; a framework that lets you write .NET apps for deployment on the iPhone.
(via reddit)
CONTENTS
Categories
-
RSS Links
Meta
Here is the website for MonoTouch; a framework that lets you write .NET apps for deployment on the iPhone.
(via reddit)
OS X refused to let me empty the trash as it contained TimeMachine’s Backups.backupdb directory. It simply complained that there were BootX files present. The trash could not be emptied with an option-empty, either.
I found this solution to work fine; which involved rm -rf’ing the .Trash dir in my home directory (which was unnecessary) and [...]
Here is some entertaining discussion about implementing an OOP system in Scheme.
They are discussing this post.
Easy, of course, is a loaded term! :)
Here is the main page for Pharo Smalltalk; it looks pretty interesting.
From talking to a Squeak maintainer; I got the impression that a lot of Squeak developers and maintainers feel sort of a love hate thing with Squeak. On the one hand it has so much history and it is such a great tool that [...]
Bill wrote a good article about managing iPhone provisioning profiles here.
In this conversation on the PLT discussion list about PLT and COM, Pedro shared that:
Some time ago I wrote a bridge from PLT to .NET [1]. Unfortunatly bit rot has set in, but if you think it might be usefull I can forward the code. The basic approach was to write a Managed C++ (now [...]
Here is material on understanding Lambda Calculus using PLT Redex:
In this zip directory you can find file lc-with-Redex.doc which is a short intro in Lambda Calculus and contains info on how to use the material that goes with the essay. I have included a very condenced note on a system even without lambda, which [...]