Skip to content

Commit

Permalink
deploy: 696b8cf
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Feb 1, 2025
1 parent 4df97c2 commit f8a2d8f
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ <h3>bonjour, FOSDEM!</h3>
</div>
<ul>
<li>manfred touron (@moul)</li>
<li>built scaleway, berty, now gno</li>
<li>stuck with go for 10 years</li>
<li>built scaleway, berty, now gno</li>
<li>unapologetically open-source maximalist</li>
</ul>

Expand All @@ -86,11 +86,10 @@ <h3>bonjour, FOSDEM!</h3>

<article >

<h3>intro</h3>
<h3>why gno?</h3>
<ul>
<li>go is an amazing language: simple, efficient, safe</li>
<li>not built for decentralized apps (dapps)</li>
<li>existing decentralized app platforms are complex, fragmented, and unfamiliar</li>
<li>what if you could write dapps in pure go?</li>
<li>meet gno: go for dapps, designed for modularity, composability, and safety</li>
</ul>
Expand All @@ -117,11 +116,7 @@ <h3>gno in one sentence</h3>
<article >

<h3>gno hello world</h3>
<br/>
<br/>
<br/>
<br/>
<br/>

<div class="code" >
<pre><span num="1">package hello</span>
<span num="2"></span>
Expand All @@ -142,6 +137,7 @@ <h3>gno hello world</h3>
<h3>the gno paradigm</h3>
<ul>
<li><strong>no json, no grpc</strong>: function calls instead of rpc</li>
<li><strong>no microservices</strong>: use <code>import</code></li>
<li><strong>no orm, no db drivers</strong>: state is a first-class concept</li>
<li><strong>no external dependencies</strong>: everything is go code</li>
<li><strong>no bytecode</strong>: interpreted, readable go syntax</li>
Expand Down

0 comments on commit f8a2d8f

Please sign in to comment.