4

Chime

 4 years ago
source link: https://www.chimehq.com/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Capable. Focused. Fast.

A Go editor for macOS

Laptop Screenshot Frame
1ticker := time.NewTicker(500 * time.Millisecond)2done := make(chan bool)3go func() {456select {7case t := <-ticker.C:8fmt.Println("Tick at", t)9case <-done:10return11}12}131415time.Sleep(1600 * time.Millisecond)16ticker.Stop()17done <- true18fmt.Println("Ticker stopped")1920212223if done {24time.Sleep(10000 * time.Millisecond)

Built for macOS

Chime was designed to be a model citizen on the Mac. It's small, fast, and feels right at home on your machine.

built-for-macos.png

Less is more

Our whole philosophy is fewer features, built with more polish. Attention to detail and thoughtful design is what Chime is all about.

semantics.png

Code as UI

Get context right under your cursor. See language-aware structure and semantics all without leaving the current file.

code-as-ui.png

Stay in the know

We send out occasional updates

We also blog sometimes.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK