Skip to content
Wisdom And Wonder

Wisdom And Wonder

Equanimity Λ Computing

  • About
  • Archive
  • Privacy Policy
  • RSS

Author: grant

(Go Lang) Variadic Functions (GBEN)

Go by Example

Example

  • Like in Lisp
  • slice... syntax when you pass to a function

Continue reading “(Go Lang) Variadic Functions (GBEN)”

Author grantPosted on 2017-08-18Categories ArticleTags GBEN, Go Lang, Programming LanguageLeave a comment on (Go Lang) Variadic Functions (GBEN)

(Go Lang) Multiple Return Values (GBEN)

Go by Example

Example

  • They are idiomatic

Continue reading “(Go Lang) Multiple Return Values (GBEN)”

Author grantPosted on 2017-08-182021-09-01Categories ProgrammingTags GBEN, Go Lang, LanguageLeave a comment on (Go Lang) Multiple Return Values (GBEN)

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}

Author grantPosted on 2017-08-18Categories ArticleTags Blogging, Org2Blog, Test, Web, WordPressLeave a comment on Org2Blog Test #216

Causality Is The Mother Of Mathematics

Causality’s expression as Space-time gave birth to all of Mathematics.

Author grantPosted on 2017-08-16Categories ArticleTags Happiness, Health, mathematics, philosophy, YogaLeave a comment on Causality Is The Mother 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.

Author grantPosted on 2017-08-16Categories ArticleTags Happiness, Health, philosophy, YogaLeave a comment on All Forgiveness Is In Action

(Go Lang) Functions (GBEN)

Go by Example

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

Continue reading “(Go Lang) Functions (GBEN)”

Author grantPosted on 2017-08-152021-09-01Categories ProgrammingTags GBEN, Go Lang, LanguageLeave a comment on (Go Lang) Functions (GBEN)

(Go Lang) Range (GBEN)

Go by Example

Example

  • Iterate over things and do something

Continue reading “(Go Lang) Range (GBEN)”

Author grantPosted on 2017-08-152021-09-01Categories ProgrammingTags GBEN, Go Lang, LanguageLeave a comment on (Go Lang) Range (GBEN)

(Go Lang) Maps (GBEN)

Go by Example

Example

  • Maps are maps
  • Getter returns a second result, a boolean, telling of the key was present

Continue reading “(Go Lang) Maps (GBEN)”

Author grantPosted on 2017-08-152021-09-01Categories ProgrammingTags GBEN, Go Lang, LanguageLeave a comment on (Go Lang) Maps (GBEN)

(Go Lang) Slices (GBEN)

Go by Example

Example

  • Typed collections
  • Similar declaraction syntax
  • Bunch of associated functions

Continue reading “(Go Lang) Slices (GBEN)”

Author grantPosted on 2017-08-152021-09-01Categories ProgrammingTags GBEN, Go Lang, LanguageLeave a comment on (Go Lang) Slices (GBEN)

(Go Lang) Arrays (GBEN)

Go by Example

Example

  • Like C declaration and index referencing and default values and len and multi-dimensional
  • declaration of, inference and assignment to
    • b := [5]int{1, 2, 3, 4, 5}
  • Not used much because yet to be explained slices are better

Continue reading “(Go Lang) Arrays (GBEN)”

Author grantPosted on 2017-08-152021-09-01Categories ProgrammingTags GBEN, Go Lang, LanguageLeave a comment on (Go Lang) Arrays (GBEN)

Posts pagination

Previous page Page 1 … Page 21 Page 22 Page 23 … Page 233 Next page
  • About
  • Archive
  • Privacy Policy
  • RSS
Wisdom And Wonder Privacy Policy Proudly powered by WordPress