Live data from Hacker News

Objective-S: architecture-oriented language based on Smalltalk and Objective-C

objective.st

1–10 of 130 posts

Re: Objective-S: architecture-oriented language based on Smalltalk and Objective-C

#3
I still remember my horror when I saw the pain of something as simple as string concatenation in Objective-C. The community literally has to write special micros to make joining a string palatable [1]. I salute the brave souls who made OSX/iOS apps before Swift.

  NSString *myString = @"Hello";
  NSString *second = [myString stringByAppendingString:@" World"];
[1]: https://stackoverflow.com/questions/510269/shortcuts-in-obje...

Re: Objective-S: architecture-oriented language based on Smalltalk and Objective-C

#4
post #2

Oh. Sorry, the website is currently not in a very good state. Feel free to ask any questions here. Note: very pleased that the box serving the site is pretty consistently at less than 1% CPU during the HN hug of death.

I’m interested in this. What’s the developer experience like? Is there an LSP server to be able to use with VSCode?

Re: Objective-S: architecture-oriented language based on Smalltalk and Objective-C

#5
post #4
post #2

Oh. Sorry, the website is currently not in a very good state. Feel free to ask any questions here. Note: very pleased that the box serving the site is pretty consistently at less than 1% CPU during the HN hug of death.

I’m interested in this. What’s the developer experience like? Is there an LSP server to be able to use with VSCode?

Check out this blog post: https://blog.metaobject.com/2022/08/native-gui-distributed-s...

Re: Objective-S: architecture-oriented language based on Smalltalk and Objective-C

#6
> By allowing general architectures, Objective-S is the first general purpose programming language.

Really? I stopped reading at this spot, since this claim is so ridiculous.

https://en.wikipedia.org/wiki/General-purpose_programming_la...

Re: Objective-S: architecture-oriented language based on Smalltalk and Objective-C

#9
post #6

> By allowing general architectures, Objective-S is the first general purpose programming language. Really? I stopped reading at this spot, since this claim is so ridiculous. https://en.wikipedia.org/wiki/General-purpose_programming_la...

You might try reading further, because the claim is actually well-supported.

Just because we call something "general purpose" doesn't mean it actually is.

Post reply on HN