A noninclusive discussion of programming languages.
收藏Figshare2018-01-05 更新2026-04-29 收录
下载链接:
https://figshare.com/articles/dataset/A_noninclusive_discussion_of_programming_languages_/5756775
下载链接
链接失效反馈官方服务:
资源简介:
A shell is a command line (i.e., programming) interface to an operating system, like Unix operating systems. Low-level programming languages deal with a computer’s hardware. The process of moving from the literal processor instructions toward human-readable applications is called “abstraction.” Low-level languages require little abstraction. Interpreted languages are quicker to test (e.g., to run a few lines of code); this facilitates learning through trial and error. Interpreted languages tend to be more human readable. Compiled languages are powerful because they are often more efficient and can be used for low-level tasks. However, the distinction between interpreted and compiled languages is not always rigid. All languages presented below are free unless noted otherwise. The Wikipedia page on programming languages provides a great overview and comparison of languages.
创建时间:
2018-01-05



