Skip to content

snoglobe/whats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

whats

looks things up

usage

$ whats <query>

example

$ whats golang
Go is a statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. 
Go is syntactically similar to C, but with memory safety, garbage collection, structural typing, and CSP-style concurrency. 
The language is often referred to as Golang because of its former domain name, golang.org, but the proper name is Go.
There are two major implementations:

Google's self-hosting "gc" compiler toolchain targeting multiple operating systems, and WebAssembly.
gofrontend, a frontend to other compilers, with the libgo library. With GCC the combination is gccgo; with LLVM the combination is gollvm.A third-party source-to-source compiler, GopherJS, compiles Go to JavaScript for front-end web development.

how

literally just queries wikipedia

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published