The Artima Developer Community
Sponsored Link

Python Buzz Forum
A Little Smalltalk

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ng Pheng Siong

Posts: 410
Nickname: ngps
Registered: Apr, 2004

Ng Pheng Siong is just another guy with a website.
A Little Smalltalk Posted: Sep 1, 2004 7:40 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Ng Pheng Siong.
Original Post: A Little Smalltalk
Feed Title: (render-blog Ng Pheng Siong)
Feed URL: http://sandbox.rulemaker.net/ngps/rdf10_xml
Feed Description: Just another this here thing blog.
Latest Python Buzz Posts
Latest Python Buzz Posts by Ng Pheng Siong
Latest Posts From (render-blog Ng Pheng Siong)

Advertisement

For a Windows project I need to do UDP sockets. I could hardly believe it when I discovered that LispWorks, my usual Windows doodling board, doesn't support it out of the box. Boo-hiss!

Anyways, I've been meaning to play with Smalltalk, and this is as good an excuse as any to start. I decided to look into Squeak and Smalltalk/X, each of which is available on Windows and FreeBSD.

Installing Squeak from the FreeBSD port is straightforward. Installation of Smalltalk/X on FreeBSD, and both it and Squeak on Windows, is just a matter of downloading and unpacking the appropriate zip archives.

When I program in Perl (a long time ago) and Python, I use vim and a shell window. With Common Lisp, I use Emacs, or the implementation's Emacsy editor. With Smalltalk, in general, each implementation comes with a truly integrated IDE, sporting well-known components such as browsers and workspaces. I've read a couple of books on Smalltalk, so the syntax isn't alien and what I mostly need is to become familiar with the IDE.

This tutorial, written for Squeak, serves as a very good introduction to programming in Smalltalk. After working through it with Squeak, I did the same with Smalltalk/X. It was an interesting exercise and show up some differences in the implementations' "behind the wheel" experience.

On to UDP sockets next!

Read: A Little Smalltalk

Topic: ADO programming with Python Previous Topic   Next Topic Topic: perverted by language

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use