Skip Navigation

Which language you wish would really grow and reach mainstream adoption?

Assume mainstream adoption as used by around 7% of all github projects

Personally, I'd like to see Nim get that growth.

137

You're viewing a single thread.

137 comments
  • {-# LANGUAGE OverloadedStrings #-}
    
    import qualified Data.Text as T (Text)
    
    correctAnswer :: T.Text
    correctAnswer = "Haskell"
137 comments