Skip to main content
5 of 6
See https://langdev.meta.stackexchange.com/questions/470/psa-do-not-use-the-pros-cons-tag-in-combination-with-language-comparison?cb=1

Why do some languages have quotes around imports?

Why is it that languages like C/C++/Go and others have

import-keyword "libraryName.fileExtension" 

When something like

import-keyword libraryName 

Has been shown to work fine?

lyxal
  • 2k
  • 2
  • 12
  • 33