Skip to main content

A Bare-Metal Smalltalk-80 System for the Raspberry Pi - Wednesday, January 27th

The next meeting of the UK Smalltalk User Group will be on Wednesday, January 27th.

For this presentation, guest speaker Michael Engel will bring us back to basics with a bare-metal Smalltalk-80 system for the Raspberry Pi.

In 2020, the Xerox PARC research laboratory celebrated its 50th anniversary. One of the most important developments coming out of PARC is the Smalltalk system, which integrates a programming language, operating system and graphical user interface.

Today, most of the Smalltalk systems run in hosted mode on a conventional operating system. This contradicts Dan Ingalls' idea that "an operating system is a collection of things that don't fit inside a language; there shouldn't be one". Accordingly, original Smalltalk systems, e.g. for the Alto workstation, ran on the bare metal of the computer.

In this talk, we will discuss an approach to create a bare-metal Smalltalk-80 implementation for the Raspberry Pi, a popular family of ARM-based systems. Interesting aspects that will be investigated are the overhead involved in bringing the system to life and debugging it, adapting the system to different Raspberry Pi models, and constraints due to properties of the hardware and the Smalltalk-80 VM.

Michael Engel is associate professor for compiler design at the Norwegian University of Science and Technology (NTNU) in Trondheim/Norway. His research interests lie on the intersection of compilers, operating systems and modern hardware. In previous positions, Michael worked at different German Universities as well as Oracle Labs Cambridge and Leeds Beckett University. He also was founder and CTO of kernel concepts, the first German company working with embedded Linux systems in 1999.

 

Given the current COVID-19 restrictions, this will be an online meeting from home.

If you'd like to join us, please sign up in advance on the meeting's Meetup page to receive the meeting details. Don’t forget to bring your laptop and drinks!
 
Update 22 January 2021: Thanks all for the interest in this presentation - for the first time ever we have reached the attendee limit on Meetup!
We have increased the Meetup limit but please note that the Zoom meeting will still be capped at 100, and it will run on a first-come-first-served admission policy.
 
Update 31 January 2021: The recording of this presentation is now up on Vimeo.

 



Comments

Popular posts from this blog

TruffleSqueak: A Squeak/Smalltalk System for the GraalVM - Wednesday, June 24th

The next meeting of the UK Smalltalk User Group will be on Wednesday, June 24th. Fabio Niephaus  will talk to us about TruffleSqueak , a Squeak/Smalltalk VM and Polyglot Programming Environment for the GraalVM . He is a Ph.D. student within the Software Architecture Group  at the Hasso Plattner Institute, University of Potsdam, Germany. He has strong interests in dynamic programming languages, virtual execution environments, and software development tools. Fabio will talk about the motivation for his research in the field of Polyglot Programming. With a live demo, he will show how TruffleSqueak can be used as a polyglot IDE for other languages such as Java, Javascript, Python, R, or Ruby. He will also introduce us to the GraalVM ecosystem and discuss his experience in writing a Smalltalk VM in Truffle, GraalVM's language implementation framework. Given the current COVID-19 restrictions, this will be an online meeting from home. If you'd like to join us, please sign up in advanc

Craig Latta - WebAssembly as a Smalltalk Compilation Target (v1) - 22 February 2023

WebAssembly (WASM) is an instruction format for portable high-performance code, run by a stack-based virtual machine. To Smalltalkers, this sounds very familiar. WASM is supported by the three most popular web browsers, and by other host platforms as well. Perhaps we can translate certain Smalltalk compiled methods to WASM, augmenting our support for physical processors and for livecoding the Web. For our February meeting, Craig Latta will describe his initial experiments, using the Epigram compilation framework. Craig Latta is a research computer scientist in Berkeley and Amsterdam, with interests including livecoding, music performance, and interactive visualization. The discovery of a mysteriously-placed copy of the Blue Book at university led to stints at several exploratory labs, and a pursuit of improvisation wherever code is found. This will be an online meeting from home. If you'd like to join us, please sign up in advance on the meeting's  Meetup page  to receive th

A Tour of Architectural Abstraction with Objective-S - Wednesday, November 24th

This month, the UKSTUG will take a look at Objective-S , an architecture-oriented programming language based on Smalltalk and Objective-C, by hosting his creator Marcel Weiher. As per Alan Kay, “Code seems large and complicated for what it does” . Objective-S addresses one source of this accidental complexity: using software architectural abstraction to directly expresses the much wider variety of architectural styles typical of modern software systems, compared to traditional programming languages that still follow the call/return architectural style of scientific programs from the early days of computing. Marcel Weiher started his forays into dynamic object-oriented computing by implementing Objective-C on his Amiga 35 years ago and hasn’t stopped since. Stops on the way have been at Apple, the BBC, Microsoft and various startups, as well as contributing to Squeak. He is currently a principal software engineer at Citymapper and PhD student at HPI, where he is trying to distill some