News

Shimlang.org Now Live!

As of today, shimlang.org is now live! This release of the site includes:

  • New language logo
  • Code-focused home page
  • Graphical demo (orbiting planet)
  • News section
  • Documentation scaffolding
  • Dedicated language playground
  • Executable code blocks integrated into documentation

A build of Shim for WASM powers the code snippets all over the site. It’s very important to me that code is front and center. Too many languages seem a bit shy to show examples.

for i in 0..3 {
    print("tick", i)
}
Press the play button to execute

The docs and blog post will be updated in the coming days.

← Back to all news