Learning resources for Silver on the Apple Mac

Hello, marc,
Where would i find learning resources to get me started quickly on Silver with particular emphasis on build ing GUI apps On the Apple Mac?
Cheers,
Carl

I’d start with Apple’s Swift docs and all the general Swift resources around. Most/all of them will apply to Silver (and, if you subtract the syntax, to the rest of the Elements languages). Especially if you’re also targeting macOS (first).

thing to keep in mind is:

  • if you’re targeting the cocoa platforms, all the API docs, articles, discussing you see for online Swift will be exactly the same for Elements, just (maybe) there syntax differs, for Oxygene, C# or Iodine.
  • if you’re using Silver, all the language syntax will be the same, just then APIs (may) be different, if you;re targeting .NET, Java or Island

Since you;re using Silver and Cocoa, you’re in the sweet spot where both are the same, and almost most samples you see online should "just work: exactly,