Can recommend any platforms or languages more suited for development anytime anywhere?
Nowadays, many platforms and languages all assume a developer has Internet access all the time. Are there any old school systems like C++, where you can copy in .dll and .lib, reference them in project and use?
For example, many modern systems rely on package managers (Python pip, Ruby RubyGems, Node npm, Java maven/gradle, .NET nuget, Perl CPAN. All these assume a developer can get a high speed Internet connection anytime.
Sorry, I think I kpkb too much but to setup a private repository like a FTP mirror server just to use a library or package is more troublesome than worth the effort.
Nowadays, many platforms and languages all assume a developer has Internet access all the time. Are there any old school systems like C++, where you can copy in .dll and .lib, reference them in project and use?
For example, many modern systems rely on package managers (Python pip, Ruby RubyGems, Node npm, Java maven/gradle, .NET nuget, Perl CPAN. All these assume a developer can get a high speed Internet connection anytime.
Sorry, I think I kpkb too much but to setup a private repository like a FTP mirror server just to use a library or package is more troublesome than worth the effort.