Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dehasi/software-tools-in-go
https://github.com/dehasi/software-tools-in-go
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dehasi/software-tools-in-go
- Owner: dehasi
- Created: 2024-01-14T15:34:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T20:00:45.000Z (4 months ago)
- Last Synced: 2024-08-28T21:42:02.568Z (4 months ago)
- Language: Go
- Size: 22.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Software Tools in Go
This repository is `Go` adaptation of code for the book
https://www.goodreads.com/en/book/show/515602[Software Tools in Pascal].image::book.png[]
== Chapters
Each chapter has its own readme.* link:ch1/CH1.adoc[]
* link:ch2/CH2.adoc[]
* link:ch3/CH3.adoc[]
* link:ch4/CH4.adoc[]
* link:ch5/CH5.adoc[]
* link:ch6/CH6.adoc[]
* link:ch7/CH7.adoc[]
* link:ch8/CH8.adoc[]== Good to Know
Good to know that
> Pascal, like many languages, does not guarantee any particular order for evaluation of logical expressions (or any other expressions, for that matter), nor does
it guarantee that evaluation of a logical expression will terminate as soon as the
truth value is knownThat affected code as any other Pascal restrucitons (like funciton "returns").
== Contributing
Improvements are welcome! Feel free to create issues or pull requests.
Feel free to refactor the code to make it more idiomatic for `Go`.