Use Mac APIs and build Mac apps with Go

By DEV Community - 2021-02-05

Description

An Objective-C bridge for Go with bindings to common Mac APIs. Tagged with go, showdev, productivity, mac.

Summary

  • If you work with Apple devices and you're a Go programmer, or are thinking about learning Go, we just got some new powers that are pretty cool.
  • I even found an Objective-C bridge for Go by a Danish fellow named Mikkel from 2013, except... it didn't work.
  • What Next I'm excited to see what people do with macdriver.
  • Assuming it works (which may involve Xcode or other developer tools), it seems plausible it would also work for the Apple Watch or even... the Apple TV.

 

Topics

  1. Frontend (0.21)
  2. Machine_Learning (0.13)
  3. Backend (0.1)

Similar Articles

Why Discord is switching from Go to Rust

By Medium - 2020-02-04

Rust is becoming a first class language in a variety of domains. At Discord, we’ve seen success with Rust on the client side and server…

Lexical Features from SpaCy for Rasa

By The Rasa Blog: Machine Learning Powered by Open Source - 2020-09-23

SpaCy is an excellent tool for NLP, and Rasa has supported it from the start. You might already be aware of the spaCy components in the Rasa library. Rasa includes support for a spaCy tokenizer, featu ...