Programming Languages

Deep dives into programming languages — new features, performance, and ecosystem developments.

1 Articles

Programming Languages

从零构建Shell教会你的Unix知识

每个开发者每天都在用Shell,但很少有人真正理解它在做什么。Shell看起来像一个应用程序——你输入命令,它执行——但实际上它只是Unix底层原语之上的一层薄封装,而这些原语是操作系统运行的基石。从零构建一个Shell是理解进程、文件描述符、管道和信号的最佳方式——这些概念支撑着从Web服务器到Docker容器的一切...

James WhitfieldJames Whitfield9 min read