Live data from Hacker News

Bringing Objective-C to the Amiga

heap.zone

11–20 of 113 posts

Re: Bringing Objective-C to the Amiga

#11
post #9

Does anyone else look at Objective-C code, and just want to puke?

I actually prefer Objective-C to Swift.

What got me over the line was optionals and protocols + generics, the safety and expressiveness combined will eventually (hopefully!) win you over!

Re: Bringing Objective-C to the Amiga

#13
post #9

Earlier quoted context omitted.

I actually prefer Objective-C to Swift.

What got me over the line was optionals and protocols + generics, the safety and expressiveness combined will eventually (hopefully!) win you over!

I prefer to keep the dynamism over unreadable fp "expressiveness" or safety that was not needed in the first place.

Re: Bringing Objective-C to the Amiga

#14
post #7

Does anyone else look at Objective-C code, and just want to puke?

It’s not puke inducing, but it is verbose. The language designers just took a different approach to how to write code. Just for some background, it came out at a similar time to c++. Both were designed to be a ‘better c’

I did some iPhone dev a few years ago. In terms of writing code, I didn’t mind the verbosity because Xcode’s autocomplete worked well enough. It’s not like you actually have to type it all out.

In terms of reading code, its verbosity mainly affects the horizontal dimension, which is strongly mitigated by the proliferation of large widescreen displays.

In terms of learning the language, the verbosity combined with the autocomplete arguably reduced the need to continually refer back to documentation, as the verbose method (message) names were oftentimes self explanatory.

Re: Bringing Objective-C to the Amiga

#15

Earlier quoted context omitted.

What got me over the line was optionals and protocols + generics, the safety and expressiveness combined will eventually (hopefully!) win you over!

I prefer to keep the dynamism over unreadable fp "expressiveness" or safety that was not needed in the first place.

I’m surprised you downvoted this, we should be able to discuss pros / cons without downvoting people.

Re: Bringing Objective-C to the Amiga

#19
post #9

Earlier quoted context omitted.

I actually prefer Objective-C to Swift.

What got me over the line was optionals and protocols + generics, the safety and expressiveness combined will eventually (hopefully!) win you over!

Yea, but you lose C++ interop, your binary will be inflated with those Swift proxy libs and your compilation times will increase 2-3-fold.

Re: Bringing Objective-C to the Amiga

#20

How can I run Amiga os on sometthing less exotic?

For AmigaOS proper, you'll need emulation. You can run AROS on just run of the mill x86 hardware, though, which is a pretty good alternative. It's source compatible with AmigaOS, and there's an Amiga emulator that lets you run 68k programs more-or-less transparently. It's a pretty good alternative.
Post reply on HN