Skip to content

Demos

A short tour of Multilingual in the browser and in the repository.

Multilingual AI agent

The same agent logic written in three human languages with shared behavior.

  • examples/agent_en.multi
  • examples/agent_fr.multi
  • examples/agent_ja.multi

Memory Game

Reactive UI, async handlers, and browser interaction in Multilingual.

Play the Memory Game

  • examples/memory_game_en.multi
  • examples/memory_game_fr.multi

Reactive counter

A compact reactive web app using state changes and canvas updates.

  • examples/reactive_counter.multi

Streaming chat

French-language example of streaming output bound to a reactive view.

  • examples/streaming_chat_fr.multi

Japanese example using semantic matching concepts.

  • examples/semantic_search_ja.multi

Multilingual dashboard

Combines agent-style behavior, reactive state, and UI composition.

  • examples/multilingual_dashboard.multi

Browser tools

Useful CLI commands

multilingual ir my_program.multi
multilingual explain my_program.multi
multilingual ui-preview my_program.ml --html
multilingual run my_program.ml --mode core