Who uses Smalltalk language?

Smalltalk is a general-purpose programming language, so it is actually used in many, many different problem domains, ranging from embedded applications in small devices to the web, the desktop, mobile, machine learning, natural language processing, financial industry, manufacturing industry, military application , etc.

Read more

Is Smalltalk still used?

Forth (1970), a lovely language, is often used for embedded applications. C (1972) is still very commonly used for systems programming. Smalltalk (1972) can be found in Pharo (2008) . Ada (1980) is still immensely popular with the U.S. military-industrial complex.

Read more

Which is better Ruby or Python?

Python is faster than Ruby , but they’re both in a category of interpreted languages. Your fastest language is always going to be one that’s compiled down to byte code or object code right on the computer. Both Ruby and Python exist a level above that, they’re abstracted.

Read more