Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4001278
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T07:53:06+00:00 2026-05-20T07:53:06+00:00

I’ve read that smalltalk is a joy to program with, because the toolset makes

  • 0

I’ve read that smalltalk is a joy to program with, because the toolset makes everything so easy. Versioning, debugging, etc..

Is this true? If so could you elaborate. What tool(s) are superior to anything that Python or Ruby might have?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T07:53:07+00:00Added an answer on May 20, 2026 at 7:53 am

    Smalltalk ties together developer tools, applications, and libraries in a single live system called the image. An image contains the state of every object in the system including the code for classes and methods which are also represented as objects. Every part of the system such as the compiler or the String class can be tweaked by the developer as easily as his own code and the state of the whole system can be saved and restored in an instant.

    The fact that Smalltalk is so tightly tied to its own toolset often repel developers living in vi or emacs but it provides an unrivaled level of integration.

    Code edits take effect immediately, inspector windows lets you display the state of variables in real time and you can evaluate bits of code from just about anywhere you can type.

    When an error occurs you are instantly presented with a source level debugger no matter how deep in the system that error occurs. The debugger uses the same code editor component that you normally work with so you can easily make changes on the spot. Python and Ruby certainly make it easy to tweak a source file compared to compiled languages but pointing your editor to the right file still requires some work in comparison (or some additional tooling).

    Another advantage of the Smalltalk toolchain is that it makes it easy to read and understand the code. The Smalltalk Browser is the central part of the IDE. As its name implies it is focused on “browsing” through the classes and methods of the system. For instance it lets you quickly find all the places where a method is called or navigate through a class inheritance hierarchy. The tools also help you dissect a running application easily by inspecting its state.

    Smaltalk environments also provide good support for automated code refactoring and unit testing. In fact automated refactoring and the xUnit family of testing framework were originally developed for Smalltalk.

    The Smalltalk toolchain is by far the best I have used but I must admit that its peculiarity may repel some developers. For instance because code is not stored in regular source files you can’t use your own editor or version control system and have to do everything the Smalltalk way.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I'm looking for suggestions for debugging... If you view this site in Firefox or
link Im having trouble converting the html entites into html characters, (&# 8217;) i
Does anyone know how can I replace this 2 symbol below from the string
this is what i have right now Drawing an RSS feed into the php,
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
I have some data like this: 1 2 3 4 5 9 2 6
Seemingly simple, but I cannot find anything relevant on the web. What is the
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.