Name:
Anonymous
2012-09-04 12:17
What is the difference between all this shit:
API, SDK, Framework, Package
Name:
Anonymous
2012-09-05 10:31
:(
Package is just some code, not necessarily only functions.
Frameworks is some kind of application skeleton. While library functions need to be called, a framework calls functions defined in your code.
A Software Development Kit is a set of tools to help software development (duh), like compilers, debuggers, libraries, converters, editors and etc.