Note per il potenziale talk per la DevFest del GDG di introduzione alle generics del go
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Antonio De Lucreziis 3849d4bb05 Fixed the link 2 years ago
.github/workflows yaml brutto 2 years ago
assets Pulita un po' la repo 2 years ago
examples foewhfuoewhow 2 years ago
.gitignore First draft notes 2 years ago
Makefile foewhfuoewhow 2 years ago
POST.md Molte slide 2 years ago
README.md Fixed the link 2 years ago
go.mod commit 2 years ago
go.sum First draft notes 2 years ago
package.json Pulita un po' la repo 2 years ago
pnpm-lock.yaml Pulita un po' la repo 2 years ago
slides.md Fixed image paths 2 years ago

README.md

Introduzione alle Generics in Go - DevFest GDG

Repo con tutti gli esempi e le slides della presentazione.

Descrizione. In questo talk introdurremo le generics del Go 1.18 e vedremo alcuni pattern ed anti-pattern del loro utilizzo.

 

   

 

Setup

These slides are made using Marp

$ npm install

Usage

To preview and build the slides use

# Show slides preview
$ npm run preview

# Build slides
$ npm run build:html
$ npm run build:pdf

Go

There is a Makefile with various utilities for running, build and decompiling the Go examples.

# Show usage
$ make

# Run/build/decomp examples
$ make run-<subproject> 
$ make compile-<subproject> 
$ make compile-noinline-<subproject> 
$ make decomp-<subproject> 
$ make decomp-noinline-<subproject>