Subscribe to my newsletter and never miss my upcoming articles
Have you ever wondered what happens beneath the covers when you talk to your Database? Well, you are in for a treat! In this talk, we are going to uncover the dark magic behind Database Drivers. We will look at everything that is needed to talk to a ...
In Haskell when you define a variable you cannot change that variable values unlike Imperative languages. Assignment For example In C we can define: int value = 0 value = 1 // We can update the value In this case to 1 The above assignment is legal i...
Pharo the Modern Smalltalk Download the Pharo and decompress the file $ unzip Pharo.zip $ sudo mv Pharo /opt/ Create the pharo.desktop file and paste the following contents [Desktop Entry] Encoding=UTF-8 Name=Pharo GenericName=Pharo Exec=pharo Icon=...