473,789 Members | 2,119 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

SMALLTALK or PERL ?

Which would be a more useful language to learn, Smalltalk or Pearl?
Learning curves any different?

Thanks!
Jul 19 '05 #1
16 2729
> Which would be a more useful language to learn, Smalltalk or Pearl?
Meaning Perl or Pearl? ;-)

The answer to your question depends on what are you going to use it for.

Jul 19 '05 #2
English Teacher wrote:
Which would be a more useful language to learn, Smalltalk or Pearl?
Learning curves any different?


Your personal learning curve will be significantly enhanced should you
elect to pay closer attention to your spelling, English Teacher.
Purl Gurl
--
Size Does Matter
http://www.purlgurl.net/~godzilla/
Jul 19 '05 #3
Andrew Shitov wrote:
Which would be a more useful language to learn, Smalltalk or Pearl?
Meaning Perl or Pearl? ;-) The answer to your question depends on what are you going to use it for.

"Do not give to dogs what is holy, neither cast your pearls before swine,
or they will trample them under their feet and turn and tear you"

(Matthew 7:6)

Purl Gurl - Pork Eating Sinner Who Loves Cats.
--
Perl FAQs, Perl Documentation
Apache FAQs, Apache Documentation
http://www.purlgurl.net/
Jul 19 '05 #4
Cmalltalk ofcrz!

--

Non sibi!
Wlad [UR3LOS]
"English Teacher" <En************ @ModernEnglish. com> ???????/???????? ?
???????? ?????????: news:b0******** *************** **@posting.goog le.com...
Which would be a more useful language to learn, Smalltalk or Pearl?
Learning curves any different?

Thanks!

Jul 19 '05 #5
On Mon, 20 Oct 2003 23:35:35 -0700, English Teacher wrote:
Which would be a more useful language to learn, Smalltalk or Pearl?
Learning curves any different?

Smalltalk would be much better for teaching good programming and design
techniques, and a heck of a lot easier to learn.

Perl would be better for teaching something that would probably be more
immediately financially useful to the learner

Python would be an excellent moddle ground in teaching something easy to
learn and well structued, but with more avenues for commercial usage than
Smalltalk

--
Jay O'Connor

http://www.deskofsolomon.com
- Online organizational software for teachers
Jul 19 '05 #6
En************@ ModernEnglish.c om (English Teacher) wrote:
Which would be a more useful language to learn, Smalltalk or Pearl?
Learning curves any different?


Useful to learn or useful to teach? As others said, it all depends on
what you want to do with the language.

I don't think Perl is a good language to start with. I'll give you two
alternatives for perl:

1. Ruby is said to be greater than (Smalltalk+Perl )/2 to illustrate
that Ruby has a lot in common with both languages and provides more
benefit than just a little bit of both worlds.

2. Python has more users than Ruby but similar features and therefore
might be a good choice, too.

There's nothing wrong with Smalltalk, you just have to decide which
Smalltalk dialect to take ;-)

Squeak Smalltalk is an interesting language to teach young children
the basics of computer programming. See http://squeakland.org for the
details. But Squeak is also suitable for learning computer science at
any age in many different fields such as graphics, sound, networking
or interpreter design. And with Squeak knowledge behind there's no
problem in learning other Smalltalk dialects or other object oriented
languages as Ruby, Python (or even Java and C# ;-)

Cheers
Sascha
Jul 19 '05 #7

"Sascha D?rdelmann" <ws***@onlineho me.de> wrote in message
news:a3******** *************** ***@posting.goo gle.com...
En************@ ModernEnglish.c om (English Teacher) wrote:
Which would be a more useful language to learn, Smalltalk or Pearl?
Learning curves any different?


Useful to learn or useful to teach? As others said, it all depends on
what you want to do with the language.

I don't think Perl is a good language to start with. I'll give you two
alternatives for perl:

1. Ruby is said to be greater than (Smalltalk+Perl )/2 to illustrate
that Ruby has a lot in common with both languages and provides more
benefit than just a little bit of both worlds.

2. Python has more users than Ruby but similar features and therefore
might be a good choice, too.

There's nothing wrong with Smalltalk, you just have to decide which
Smalltalk dialect to take ;-)

Squeak Smalltalk is an interesting language to teach young children
the basics of computer programming. See http://squeakland.org for the
details. But Squeak is also suitable for learning computer science at
any age in many different fields such as graphics, sound, networking
or interpreter design. And with Squeak knowledge behind there's no
problem in learning other Smalltalk dialects or other object oriented
languages as Ruby, Python (or even Java and C# ;-)

Cheers
Sascha


shhh
Jul 19 '05 #8
> Which would be a more useful language to learn, Smalltalk or Pearl?
Learning curves any different?


People.. check for crossposts before responding. Damn troll did the
same thing in the PHP and Coldfusion groups.
Jul 19 '05 #9
> People.. check for crossposts before responding. Damn troll did the
same thing in the PHP and Coldfusion groups.


After your suggestion, I checked. I see nothing wrong with asking many
questions in many places. Interesting threads followed.

Victor

"Scott Zsori" <sc**********@z sori.com> wrote in message
news:d9******** *************** ***@posting.goo gle.com...
Which would be a more useful language to learn, Smalltalk or Pearl?
Learning curves any different?


People.. check for crossposts before responding. Damn troll did the
same thing in the PHP and Coldfusion groups.

Jul 19 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
2842
by: j_mckitrick | last post by:
Hi all! I've heard good things about SmallTalk, and I read that the IDE is extremely productive. Why is this the case? What are the technical points where Python and SmallTalk differ? Is SmallTalk really faster than Python? I tried Objective-C, but eventually dropped it for lack of support and the need to use NS-type classes to do anything productive. Python's built in containers and types are so much more concise. But if
8
2498
by: CD | last post by:
I doubt this is the correct group to post this in, but since I couldn't find a better place, here goes. Smalltalk is a very mature, highly portable pure object language. From my view of it, it lacks the development and marketing support that a company like Microsoft can supply. Why hasn't Microsoft looked at Smalltalk products like Visualworks and considered taking them over? I know that this language has a huge potential given a...
177
7099
by: C# Learner | last post by:
Why is C syntax so uneasy on the eye? In its day, was it _really_ designed by snobby programmers to scare away potential "n00bs"? If so, and after 50+ years of programming research, why are programming languages still being designed with C's syntax? These questions drive me insane. Every waking minute...
10
5766
by: Yechezkal Gutfreund | last post by:
I have two subclasses of SpriteModel (1) LocalSprite (2)Sprite Both implement a method called .ToXml() which returns an XmlDocument. But they are different. I instances of these objects stored in a Hashtable. Extracting them from the Hashtable means that I get a object that is tentatively an instance of Class Object (or Type Object to use the correct C# word). I can HARD cast the object to a SpriteModel, and then invoke the .ToXml()
2
1327
by: nelson | last post by:
Hi all, sorry if it isn't the right group (and sorry for the cross post, but it's a cross- question :P ), but i'm not sure where to post. I have a python library and i want to be able to call it from smalltalk (the squeak implementation in particular..). I was just wondering if there is a standard mechanism to do it. On windows i know i can create in python a COM server and call it from smalltalk, but i wonder if there is a more general...
3
2657
by: SPECTACULAR | last post by:
Hi all. I have a question here.. what kind of scoping does C++ use? and what kind does Smalltalk use? I know smalltalk is a little bit old .. but any help would be appreciated.
0
9659
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9504
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10190
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10134
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9977
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7523
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6754
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5545
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3692
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.