Skip to content

Commit 696b8cf

Browse files
committed
chore: fine-tune fosdem slides
Signed-off-by: moul <[email protected]>
1 parent 2d9f9f5 commit 696b8cf

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

presentations/2025-02-01--fosdem--manfred/presentation.slide

+3-9
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ https://github.com/gnolang
1414
.code ./code/hello.go
1515

1616
- manfred touron (@moul)
17-
- built scaleway, berty, now gno
1817
- stuck with go for 10 years
18+
- built scaleway, berty, now gno
1919
- unapologetically open-source maximalist
2020

21-
## intro
21+
## why gno?
2222

2323
- go is an amazing language: simple, efficient, safe
2424
- not built for decentralized apps (dapps)
25-
- existing decentralized app platforms are complex, fragmented, and unfamiliar
2625
- what if you could write dapps in pure go?
2726
- meet gno: go for dapps, designed for modularity, composability, and safety
2827

@@ -34,17 +33,12 @@ with built-in **state persistence** and **safe execution**.
3433

3534
## gno hello world
3635

37-
<br/>
38-
<br/>
39-
<br/>
40-
<br/>
41-
<br/>
42-
4336
.code ./code/hello_world.gno
4437

4538
## the gno paradigm
4639

4740
- **no json, no grpc**: function calls instead of rpc
41+
- **no microservices**: use `import`
4842
- **no orm, no db drivers**: state is a first-class concept
4943
- **no external dependencies**: everything is go code
5044
- **no bytecode**: interpreted, readable go syntax

0 commit comments

Comments
 (0)