- Go Systems Programming
- Mihalis Tsoukalos
- 146字
- 2021-07-02 18:08:05
Exercises
- Find and visit the documentation page of the log package.
- Use strace(1) to examine hw.go from the previous chapter.
- If you are on a Mac, try to examine the hw.go executable using dtruss(1).
- Write a program that gets input from the user and examine its executable file using either strace(1) or dtruss(1).
- Visit the website of Rust at https://www.rust-lang.org/.
- Visit the website of Swift at https://swift.org/.
- Visit the documentation page of the io package at https://golang.org/pkg/io/.
- Use the diff(1) command-line utility on your own in order to learn how to interpret its output better.
- Visit and read the main page of write(2).
- Visit the main page of grep(1).
- Play with reflection on your own by examining your own structures.
- Write an improved version of occurrences.go that will only display frequencies that are above a known numeric threshold, which will be given as a command-line argument.
推薦閱讀
- Visual Basic 6.0程序設(shè)計(jì)計(jì)算機(jī)組裝與維修
- 匯編語(yǔ)言程序設(shè)計(jì)(第2版)
- Modern JavaScript Applications
- RabbitMQ Essentials
- Node.js開(kāi)發(fā)指南
- C語(yǔ)言程序設(shè)計(jì)簡(jiǎn)明教程:Qt實(shí)戰(zhàn)
- Machine Learning With Go
- R語(yǔ)言:邁向大數(shù)據(jù)之路(加強(qiáng)版)
- Java程序設(shè)計(jì)教程
- WCF技術(shù)剖析(卷1)
- Java程序設(shè)計(jì)教程
- 透視C#核心技術(shù):系統(tǒng)架構(gòu)及移動(dòng)端開(kāi)發(fā)
- Android開(kāi)發(fā)進(jìn)階實(shí)戰(zhàn):拓展與提升
- JavaScript設(shè)計(jì)模式與開(kāi)發(fā)實(shí)踐
- Visual FoxPro數(shù)據(jù)庫(kù)程序設(shè)計(jì)