Skip to content

1.6.0

Choose a tag to compare

@FunctionPoint FunctionPoint released this 18 Apr 21:20
· 107 commits to main since this release

This release is all about AI support for multiple providers,
with a new example application to show off the new capacilities.
Addtionally, the compiler and build environment where improved.
Have fun!

Smalltalk library

  • Node & browser: AI support for OpenAI, Deepseek, Google AI and Anthropic!
    With provider-neutral base class functionality.

Examples

  • New multi-provider AI example chat app!
  • New Counter example app using the Mithril library. (thanks @pdfernhout!)

Compiler

  • Inline assignment was fixed, e.g.: '^ ( a := 1 ) + 2' sets a to 1 and returns 3.

Build

  • Build, clean and install scripts more modular.
    Examples are now excluded from the default build.
    Run buildAll.sh to include examples.
  • Global npm prerequisites removed,
    now using local packages and npx. (thanks @pdfernhout!)