Feed on
Posts
Comments

Archive for January, 2008

From Charlie Calvert’s Community Blog:

The next version of Visual Studio will provide a common infrastructure that will enable all .NET languages, including C#, to optionally resolve names in a program at runtime instead of compile time.
[...] C# developers can currently use reflection to instantiate classes and call arbitrary methods that are not known at compile [...]

Read Full Post »

One of the oldest inter-application communication technologies in Mac OS X is provided by the Services menu. Actually, services have been there since the very first version of the OS, when it was still called NeXTStep:

The services facility allows an application to make use of the services of other applications without knowing in advance what [...]

Read Full Post »

The “great dynamic languages shootout” organized at OOP 2008 is over. The winner is Thorsten Seitz using Smalltalk and the Seaside Web application framework.

The second place goes to Mirko Stocker with JRuby and the third place to Robert Brandner with Lua.

Read Full Post »

In F-Script, everything is an object, including C pointers, which are represented by FSPointer instances. In previous versions, we had to dereference them explicitly with the at: method in order to look at the content of the referenced memory. Exploration is made much easier in F-Script 2.0: when possible, the object browser now automatically displays [...]

Read Full Post »

CocoaCast Episode 40 is out. Philippe Guitard introduces F-Script and shows you how to embed it in your Cocoa applications.

Read Full Post »

Three in a row

Andrew Weinrich has just released a bunch of cool stuff for F-Script. From Andrew's announcement:

FSClass 3.0 allows you to create new classes in F-Script, without writing them in Objective-C. Version 3.0 has a rewritten internal structure, better support for adding methods to compiled classes, and a more transparent class creation system.

fscript Command-Line Tool 2.0 lets [...]

Read Full Post »

The HyperJeff Network, home of the famous OSX Applications List, makes use of Cocoa and F-Script for dynamically generating some of its Web content, including the OSX Page:

The code behind this homepage was originally made a long time ago and just updated now and again, but such code just gets more and more convoluted [...]

Read Full Post »

Skorpiostech has just released a beta of Changes, a new tool of interest to all Mac OS X developers.
TUAW provides an interesting review of this new tool:

Changes is an app designed to simplify project synchronization and differencing for groups or individuals working locally or remotely. It provides a GUI and an impressive list of features [...]

Read Full Post »

New Smalltalk Book

Some of the best Smalltalk practitioners have teamed-up to provide a great introduction to Smalltalk and the Squeak environment: Squeak by Example.

The book helps you get started with A Quick Tour of Squeak and guides you through A First Application. The Smalltalk language is introduced in three chapters on Syntax in a Nutshell, Understanding Message [...]

Read Full Post »