(Go Lang) Closures (GBEN)
Example
- Like in Lisp
- Don’t allow recursion against themselves
(Go Lang) Variadic Functions (GBEN)
Example
- Like in Lisp
slice...
syntax when you pass to a function
(Go Lang) Multiple Return Values (GBEN)
Example
- They are idiomatic
Org2Blog Test #216
This is a test, people. Here’s an apostrophe. Here are “quotes”. & an ampersand, anyone?`
\begin{align}
f(x) &= x_1 + x_2 \\
&= x_3
\end{align}
Causality Is The Mother Of Mathematics
Causality’s expression as Space-time gave birth to all of Mathematics.
All Forgiveness Is In Action
Forgiveness in the body, heart, and mind comes from kind and good hearted actions in the form of breath, exercise and service.
(Go Lang) Functions (GBEN)
Example
- Like
C
with some type inference - Ignore the lambda expression usage, this is just so I can run the code easily in a single source block
(Go Lang) Range (GBEN)
Example
- Iterate over things and do something
(Go Lang) Maps (GBEN)
Example
- Maps are maps
- Getter returns a second result, a boolean, telling of the key was present