The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Smalltalk for Small Tasks

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
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Smalltalk for Small Tasks Posted: Feb 6, 2009 1:50 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Smalltalk for Small Tasks
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement

I saw a message flash by on Twitter earlier today:

What's the best desktop scripting language for woking with http, REST and XML?

The conventional wisdom is that something like Perl, Python, or Ruby would be simplest, and that Smalltalk is "too big". But is it really? I've just fired up a base Smalltalk image, and loaded in the network client code. It's consuming 16.5 MB.... and my MacBook Pro has 4 GB.

So is that really heavy? Which is going to be more productive - writing some scripting code in a text file and trying to run it until it works, or writing Smalltalk in a workspace and using the debugger and inspector to help make it work?

Heck, if you're truly against having the environment running to do "simple" tasks, just write some Smalltalk code in a text file and do this:

visual visual.im -fileIn myScript.st

You can download Cincom's Smalltalk right here.

Read: Smalltalk for Small Tasks

Topic: Stalking with Twitter? Previous Topic   Next Topic Topic: One or Two Inches, Hah

Sponsored Links



Google
  Web Artima.com   

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