Smalltalk is not a perfect language. What are its shortcomings?
1–10 of 33 posts
Re: Smalltalk is not a perfect language. What are its shortcomings?
#2Re: Smalltalk is not a perfect language. What are its shortcomings?
#3Hello world being 50MB might be one.
Re: Smalltalk is not a perfect language. What are its shortcomings?
#4Hello world being 50MB might be one.
What is the JVM equivalent ?
Re: Smalltalk is not a perfect language. What are its shortcomings?
#5Re: Smalltalk is not a perfect language. What are its shortcomings?
#6Earlier quoted context omitted.
How big is your operating system?
Smaller than it would be if it were written in Smalltalk instead of C. (I'm kidding, I like Smalltalk, but the comparison to an OS doesn't do much when we're discussing the size of very small bits of code).
The unstripped binary for the Little Smalltalk 3 virtual machine is 55,229 bytes on my Linux computer and the systemImage file, at 102,100 bytes, includes mostly things that would not be needed for a "hello world" program.
Re: Smalltalk is not a perfect language. What are its shortcomings?
#7"People might raise problem X, but nah" isn't an overly convincing way to argue for dynamic typing.
Re: Smalltalk is not a perfect language. What are its shortcomings?
#8Re: Smalltalk is not a perfect language. What are its shortcomings?
#9ParcPlace Smalltalk was different from Digitalk SmallTalk/V was different from IBM Visual Age Smalltalk was different from CinCom Smalltalk was different from Dolphin was different from Squeak was different from GNU Smalltalk.
Re: Smalltalk is not a perfect language. What are its shortcomings?
#10> First, Smalltalk is dynamically typed. People who believe static typing is a better way to code will view this as a shortcoming. I don’t. "People might raise problem X, but nah" isn't an overly convincing way to argue for dynamic typing.