Render
Render renders the demo for gnoweb.
Command
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/moul/x/daily/soundexdemo/v0.Render()"
Result
Package soundexdemo is a small gnoweb demo of the Soundex phonetic algorithm provided by the p/moul/x/daily/soundex(/p/moul/x/daily/soundex/v0) library: it groups a small name list by phonetic key so the "sounds alike" clusters are visible.
It contains no phonetic logic of its own. Stateless, so Render is deterministic — names are grouped in first-seen order, never by iterating a map.