Update
This commit is contained in:
parent
ddf82add81
commit
fd3182d6a6
3 changed files with 16 additions and 11 deletions
11
go.md
11
go.md
|
@ -1,12 +1,5 @@
|
|||
# Go
|
||||
|
||||
Go is a compiled [programming language](programming_language.md) advertised as the the "[modern](modern.md)" [C](c.md) and is co-authored by one of C's authors, [Ken Thompson](ken_thompson.md). Neverheless Go is actually [shit](shit.md) compared to C. Some reasons for this are:
|
||||
|
||||
- It is developed by [Google](google.md) and presented as "[open-source](open_source.md)" (not [free software](free_software.md)).
|
||||
- It has (classless) [OOP](oop.md) features.
|
||||
- It has [bloat](bloat.md) such as [garbage collection](garbage_collection.md), built-in [complex number](complex_number.md) type, [concurrency](concurrency.md) and something akin a [package manager](package_manager.md) (*go get/install*).
|
||||
- It forces a programming style in which an opening function bracket (`{`) can't be on its own line. LMAO
|
||||
- Huge standard library with shit like crypto, image and html.
|
||||
|
||||
Anyway, it at least tries to stay *somewhat* simple in some areas and as such is probably better than other modern languages like [Rust](rust.md). It purposefully omits features such as [generics](generics.md) or static type conversions, which is good.
|
||||
*This article is about the game of go, for programming language see [golang](goland.md).*
|
||||
|
||||
TODO
|
12
golang.md
Normal file
12
golang.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Go
|
||||
|
||||
Go (also golang) is a compiled [programming language](programming_language.md) advertised as the the "[modern](modern.md)" [C](c.md) and is co-authored by one of C's authors, [Ken Thompson](ken_thompson.md). Neverheless Go is actually [shit](shit.md) compared to C. Some reasons for this are:
|
||||
|
||||
- It is developed by [Google](google.md) and presented as "[open-source](open_source.md)" (not [free software](free_software.md)).
|
||||
- It has (classless) [OOP](oop.md) features.
|
||||
- It has [bloat](bloat.md) such as [garbage collection](garbage_collection.md), built-in [complex number](complex_number.md) type, [concurrency](concurrency.md) and something akin a [package manager](package_manager.md) (*go get/install*).
|
||||
- It forces a programming style in which an opening function bracket (`{`) can't be on its own line. LMAO
|
||||
- Huge standard library with shit like crypto, image and html.
|
||||
|
||||
Anyway, it at least tries to stay *somewhat* simple in some areas and as such is probably better than other modern languages like [Rust](rust.md). It purposefully omits features such as [generics](generics.md) or static type conversions, which is good.
|
||||
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
*"The Industrial Revolution and its consequences have been a disaster for the human race."* --Ted Kaczynski
|
||||
|
||||
Ted Kaczynski, known as *Unabomber*, is an imprisoned American [mathematician](math.md) who lived a simple life in the nature, warned of the dangers of advanced technology and killed several people by mailing them bombs in order to bring attention to his manifesto that famously starts with the words "The Industrial Revolution and its consequences have been a disaster for the human race". Besides being one of the most famous mass murderers he is very well known in the tech community.
|
||||
Ted Kaczynski (22.5.1942 - 10.6.2023, RIP), known as *Unabomber*, was an imprisoned American [mathematician](math.md) who lived a simple life in the nature, warned of the dangers of advanced technology and killed several people by mailing them bombs in order to bring attention to his manifesto that famously starts with the words "The Industrial Revolution and its consequences have been a disaster for the human race". Besides being one of the most famous mass murderers he is very well known in the tech community.
|
||||
|
||||
Ted was born on May 22 1942 in Chicago. As a kid he was very shy. He was also extremely smart ([IQ](iq.md) measured at 167), skipped a few grades, graduated from Harvard at 20 years old and got a [PhD](phd.md) at 25 at the University of Michigan. Then he became a professor at the University of California, until his resignation in 1969.
|
||||
Ted was born in Chicago, [US](usa.md). As a kid he was very shy. He was also extremely smart ([IQ](iq.md) measured at 167), skipped a few grades, graduated from Harvard at 20 years old and got a [PhD](phd.md) at 25 at the University of Michigan. Then he became a professor at the University of California, until his resignation in 1969.
|
||||
|
||||
Fun fact: at one point he considered a gender change surgery.
|
||||
|
||||
|
|
Loading…
Reference in a new issue