Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Objective-S

< >

Objective-S is a programming language created in 1980.

#3051on PLDB 44Years Old
Homepage


Example from the web:
-<void>deleteFile:filename { thumbs := self thumbsView subviews. viewsToRemove := thumbs selectWhereValueForKey:'filename' isEqual:filename. aView := viewsToRemove firstObject. UIView animateWithDuration:0.4 animations: { aView setAlpha: 0.0. } completion: { aView removeFromSuperview. UIView animateWithDuration: 0.2 animations: { self thumbsView layoutSubviews. } completion: { 3 }. }. url := self urlForFile:aFilename. NSFileManager defaultManager removeItemAtURL:url error:nil. self thumbsView afterDelay:0.4 | setNeedsLayout. }
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll