I Cast Fist@programming.dev to Programming@programming.devEnglish · 2 years agoWhich language you wish would really grow and reach mainstream adoption?message-squaremessage-square24linkfedilinkarrow-up14arrow-down10file-text
arrow-up14arrow-down1message-squareWhich language you wish would really grow and reach mainstream adoption?I Cast Fist@programming.dev to Programming@programming.devEnglish · 2 years agomessage-square24linkfedilinkfile-text
Assume mainstream adoption as used by around 7% of all github projects Personally, I’d like to see Nim get that growth.
minus-squareWatTyler@lemmy.sdf.orglinkfedilinkarrow-up1·2 years ago{-# LANGUAGE OverloadedStrings #-} import qualified Data.Text as T (Text) correctAnswer :: T.Text correctAnswer = "Haskell"
{-# LANGUAGE OverloadedStrings #-} import qualified Data.Text as T (Text) correctAnswer :: T.Text correctAnswer = "Haskell"