- libraries,
FuncJS can be
imported onto a
webpage by
including it via the "script" HTML tag: <script src="http://
funcjs.webege.com/
funcJS-min.
js"></script>...
- Library)
FuncJS FusionCharts GeoJSON Ghost (blogging platform)
Gleam (programming language)
Globalize Glow (JavaScript library) GlTF GNU Libre
JS Gollum...
- router: rtr, } }
func (r *RoutingHandler) SetupUsersRoutes() { uc := users.NewController(r.log, r.db, r.cache) r.router.Get("/users/:name",
func(w http.ResponseWriter...
- wasm2wat, the code
above decompiles to: (module (type $t0 (
func (param i64) (result i64))) (
func $f0 (type $t0) (param $p0 i64) (result i64) (if $I0 (result...
- "net/http" )
func ****o
Func(w http.ResponseWriter, r *http.Request) { fmt.Fprintf(w, "****o world!") }
func main() { http.Handle
Func("/", ****o
Func) log.Fatal(http...
- example"] calculate:
func [ num1 [number!] num2 [number!] callback-function [function!] ][ callback-function num1 num2 ] calc-product:
func [ num1 [number!]...
- currently-experimental strict
Funcs in the ****ure. The
func keyword introduces a
shortcut for a
noSideEffect pragma.
func binarySearch[T](a: openArray[T];...
- than inherited:
ometa ScientificCalc <: P****r { Math
Func :n = Token(n) Spaces,
AdvExp = Math
Func(‘sqrt’) AdvExp:x -> Math.Sqrt(x) |
FacExp FacExp = PrimExp:x...
-
indexing for
accesses (which can use bounds-checking on many C compilers): int
func(int N, int M) {
float (*p)[N] [M] = malloc(sizeof *p); if (p == 0) return...
-
Swift 5.5 (2021)
added support for async/await as
described in SE-0296.
func getNumber()
async throws -> Int { try
await Task.sleep(nanoseconds: 1_000_000_000)...