Skip to main content
6 of 6
Removing [pros-cons] https://langdev.meta.stackexchange.com/questions/527/it-is-finally-time-to-burninate-pros-cons
Alexis King
  • 12.7k
  • 10
  • 49
  • 75

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