Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

Étoilé: Pragmatic Smalltalk (Part 2)

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
27 views
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Jan 9, 2012

David Chisnall

Abstract

The Étoilé project was founded by a small group, mostly PhD students, who were disenchanted with the direction of modern desktop software development. The project aims to develop a modern, flexible, user environment, that is easy to use and extend.

Étoilé is built on top of GNUstep, an open source Objective-C framework that is source-compatible with Apple's Cocoa. Objective-C is a hybrid language, allowing a subset of Smalltalk to be used in C code. This has the advantage that it allows very low-level work, including inline assembly and the use of compiler intrinsics for things like vector operations, but has the disadvantage that the user is always forced to be aware of these things.

This talk will explain some of the philosophy of Étoilé and the tools that have been developed, with particular focus on LanguageKit, a framework for implementing dynamic language, and in particular on Pragmatic Smalltalk, a dialect of Smalltalk implemented using this framework.

Pragmatic Smalltalk compiles (using either static or JIT compilation) to native code that runs without a virtual machine, and is ABI-compatible with Objective-C code. This means that it's possible to write a class that has some methods implemented in Smalltalk and some in C, without any bridging code or foreign function interfaces being required. In effect, Objective-C becomes a domain-specific language for calling C from Smalltalk code.

ESUG 2011, Edinburg
http://esug.org/wiki/pier/Conferences/2011/Schedule-And-Talks/Etoile

Category:

Science & Technology

Tags:

License:

Creative Commons Attribution license (reuse allowed)

  • likes, 0 dislikes

Link to this comment:

Share to:
see all

All Comments (0)

Sign In or Sign Up now to post a comment!
Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more