Skip to content

Commit

Permalink
Deploying to gh-pages from @ c41b1ab 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Mar 14, 2024
1 parent c5e1728 commit dc06078
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 0 deletions.
184 changes: 184 additions & 0 deletions 2024-Conference/talks/2024-BeagleSmalltalk.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,184 @@
<!DOCTYPE html>
<html lang="en">
<head profile="http://www.w3.org/2005/10/profile">
<link rel="icon" type="image/png" href="//images/favicon.png">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>ESUG: </title>
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/theme/style.css">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>

<body>
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="/">
<img alt="Esug" src="/images/esug-logo-small.jpg">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#myNavbar" aria-controls="myNavbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!--<div class="container-fluid">-->
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="navbar-nav ml-auto">

<li id="About Us" class="nav-item dropdown disabled">
<a href="/about_us.html" class="nav-link dropdown-toggle" id="navbarDropdown" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
About Us
</a>


<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown">

<a class="dropdown-item" href="/about_us.html">About</a>

<a class="dropdown-item" href="/membership.html">Membership</a>

<a class="dropdown-item" href="/become_sponsor.html">Become a Sponsor</a>

<a class="dropdown-item" href="/support_esug.html">Support ESUG</a>

<a class="dropdown-item" href="/sponsors.html">Sponsors</a>

<a class="dropdown-item" href="/about_us.html">ESUG News</a>

</div>

</li>

<li id="Conferences" class="nav-item dropdown disabled">
<a href="/conferences.html" class="nav-link dropdown-toggle" id="navbarDropdown" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
Conferences
</a>


<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown">

<a class="dropdown-item" href="/2023-Conference/conf2023.html">2023</a>

<a class="dropdown-item" href="/conferences.html">Past Conferences</a>

<a class="dropdown-item" href="/2022-Conference/conf2022.html">2022</a>

<a class="dropdown-item" href="/2018-Conference/conf2018.html">2018</a>

<a class="dropdown-item" href="/2019-Conference/conf2019.html">2019</a>

<a class="dropdown-item" href="/2020-Conference/conf2020.html">2020 (IWST only)</a>

</div>

</li>

<li id="Promotion" class="nav-item dropdown disabled">
<a href="/promotion.html" class="nav-link dropdown-toggle" id="navbarDropdown" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
Promotion
</a>


<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown">

<a class="dropdown-item" href="/promotion.html">Promotion</a>

<a class="dropdown-item" href="/summerTalk.html">Welcome To SummerTalk</a>

<a class="dropdown-item" href="/article.html">Your Article</a>

<a class="dropdown-item" href="/publications.html">YourPublication</a>

<a class="dropdown-item" href="/mobility.html">Your Mobility</a>

<a class="dropdown-item" href="/freebook.html">FreeBook</a>

<a class="dropdown-item" href="/project.html">Your Project</a>

<a class="dropdown-item" href="/past_actions.html">Past Actions</a>

<a class="dropdown-item" href="/promotion_award.html">Promotion Award</a>

</div>

</li>

<li id="Smalltalk" class="nav-item dropdown disabled">
<a href="/smalltalk.html" class="nav-link dropdown-toggle" id="navbarDropdown" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
Smalltalk
</a>


<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown">

<a class="dropdown-item" href="/smalltalk.html">Smalltalk</a>

<a class="dropdown-item" href="/press.html">Press</a>

<a class="dropdown-item" href="/companies.html">Companies</a>

<a class="dropdown-item" href="/videos.html">Videos</a>

<a class="dropdown-item" href="/smalltalk_archive.html">Smalltalk-Archive</a>

</div>

</li>


</ul>
</div>
</nav>

<div class="row justify-content-center">
<div class="panel-body col-12" style="margin-top: 30px;"><p>
Title: Beagle Smalltalk
Name: David Buck
Email: david@simberon.com
Abstract:
Beagle Smalltalk is a new dialect of Smalltalk destined to be open source.
It's intended to be a vehicle to help new programmers explore the joy and adventure of programming.
This presentation will include
</p><ul>
<li> the language and its implementation</li>
<li> the compiler and code generator</li>
<li> development tools and UIs using web browsers</li>
<li> sample &quot;kits&quot; for new programmers to build on</li>
</ul>

<p>
Bio:
David Buck is the president of Simberon Incorporated. He has been doing Smalltalk consulting and training for
over 30 years. He has written games for iOS and Android using Smalltalk and has used Smalltalk to explore areas
of software development from business applications to games and simulated physics.
</p></div>
</div>
</div>
<footer class="footer">
This website is developed using <a href="https://github.com/pillar-markup/pillar-documentation">Pillar</a> and <a href="https://github.com/guillep/ecstatic">Ecstatic</a><br/>
Source Code and <a href="https://github.com/ESUG/esug.github.io/issues">Issue Tracker</a> hosted on <a href="https://github.com/ESUG/esug.github.io">Github</a>
</footer>


<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script>
var table = document.getElementsByTagName("table");
for (i=0; i<table.length; i++) {
table[i].style.border = "";
table[i].setAttribute("class", "table");
}

var captions = document.getElementsByTagName("figcaption");
for (i=0; i<captions.length; i++) {
captions[i].innerHTML=""
}
</script>

</body>
</html>
16 changes: 16 additions & 0 deletions 2024-Conference/talks/2024-BeagleSmalltalk.pillar
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Title: Beagle Smalltalk
Name: David Buck
Email: david@simberon.com
Abstract:
Beagle Smalltalk is a new dialect of Smalltalk destined to be open source.
It's intended to be a vehicle to help new programmers explore the joy and adventure of programming.
This presentation will include
- the language and its implementation
- the compiler and code generator
- development tools and UIs using web browsers
- sample "kits" for new programmers to build on

Bio:
David Buck is the president of Simberon Incorporated. He has been doing Smalltalk consulting and training for
over 30 years. He has written games for iOS and Android using Smalltalk and has used Smalltalk to explore areas
of software development from business applications to games and simulated physics.

0 comments on commit dc06078

Please sign in to comment.