Posts

Showing posts from 2025

Craig Latta - Livecoding Language Models: AI Context in Live Environments - 26 March 2025

For our March meeting, Craig Latta will show how to leverage AI language models in a livecoding environment. Using a tool creates context for complimentary tools. For example, selecting an object in a Smalltalk inspector creates useful context for browsing the class of that object. This is a potent idea in an integrated development environment, where multiple tools operate on related information. The extensive context in a live environment enables powerful collaboration with contemporary AI language models. Tools built from that collaboration could greatly augment human capability. Craig Latta will show some foundations for them, and suggest ways of easing their construction through the systematic description of existing tool functionality. For a preview, please see Craig's blog at thiscontext.com . Craig Latta is a research computer scientist in Berkeley and Amsterdam, with interests including livecoding, music performance, and interactive visualization. The discover...

Richard Ronteltap - SmallJS - 26 February 2025

Image
For our February 2025 presentation, Richard Ronteltap will present his SmallJS project. SmallJS is a free and open source implementation of the elegant and powerful Smalltalk-80 (ST) language. It compiles to JavaScript (JS) that runs in modern browsers or in Node.js. SmallJS is file based, not image based, so you can develop in your favorite IDE. The default setup is for Visual Studio Code, with ST syntax coloring and step debugging! You code separately from the SmallJS base libraries (image) and only the parts you use are imported automatically when running your app. SmallJS is fully object oriented, so customizable on every level. For usability, ST class and method names are kept mostly equal to their familiar JS counterparts. JS libraries already encapsulated in ST are: Browsers: Document, Window, HTML elements, events, CSS, streams. Node.js: HTTP server, Express, 4 databases, files. SmallJS is mostly intended for use by JS devs that want a nicer language to work in...

2024 retrospective and what to expect in 2025 - 29 January 2025

For our first meeting of the year, we'll hold a retrospective on what has happened in the Smalltalk world in 2024, and discuss what we can expect in 2025. Join us to share what you learned, and what you are looking forward to! 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!