Announcing AppScript: an interpreted Objective-C subset with no pointers or primitive C types. We finally got Objective-C without the C. https://codeberg.org/leeg/appscript
appscript
AppScript is a scripting language that simplifies working with Cocoa frameworks.
In a parallel universe, in a parallel WWDC 2014, instead of Swift, developers got Objective-C 3.0, and this is what it would have looked like. It’s the same parallel universe where Russia doesn’t annex Crimea, by the way.
@akosma@leeg you lost me at the first one. One of two things I miss the most about obj-c are header files (the 2.0 variant where they were only the public interface). The other thing I miss is the code level * which told me whether I was working with a reference or value type