DEV Community

[Comment from a deleted post]
 
ntrupin profile image
Noah Trupin

I do think the language could be used at large, because you combat the import struggles the creators of the language also added an include statement, which brings the code for another file into the file that calls it. This can lead to rather bulky statements at the top of files, but is rather powerful in splitting up modules without worrying about shared imports.