Go dla elektronika

38
Go dla elektronika I nie tylko ;-)

Transcript of Go dla elektronika

Go dla elektronika

I nie tylko ;-)

Kto używa GO

Wstęp do go

● be statically typed, scalable to large systems (as Java and C++);● be productive and readable, without too many mandatory keywords

and repetition[21] ("light on the page" like dynamic languages);● not require tooling, but support it well,● support networking and multiprocessing

[wiki]

% env GOOS=linux GOARCH=arm GOARM=7 go build hello.go

# scp to linux host

$ ./hello

Hello linux/arm

- Aplikacje webowe i web serwisy

- Aplikacji “standalone” i skryptów

- Równoległych aplikacji

RFID

go-rfid-rc522

https://github.com/firmom/go-rfid-rc522

Code

Demo

OpenCL

Code

Demo

Dzięki za uwagę - Pytania?

Links

[Who use go]

[Job go]

[Google trends]

[go overview]

[RpI & OpenCL]

[Rpi LLVM]

[go cross compilation]

[ionic rpi & nodejs]

[rfid & nodejs - hardgroup #1]