Translating by cposture

This commit is contained in:
cposture 2016-07-09 21:46:14 +08:00
parent 781d751e37
commit b1cdc7fcbe
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
Translating by cposture 2016.07.09
Create Your Own Shell in Python : Part I
Im curious to know how a shell (like bash, csh, etc.) works internally. So, I implemented one called yosh (Your Own SHell) in Python to answer my own curiosity. The concept I explain in this article can be applied to other languages as well.

View File

@ -1,3 +1,4 @@
Translating by cposture 2016.07.09
Create Your Own Shell in Python - Part II
===========================================