Skip to content

jnovek/ObjectiveC-suckless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

[ObjectiveC suckLess]

This is my first Objective-C project. It may misunderstand conventions. Use at your own risk.

I have been a Ruby programmer for many years. One of my favorite things about Ruby is its brevity. I would very much like to develop software for iOS or Mac OS, but I find the verbosity of Objective C to be distasteful.

###Regular Expressions

Usage:

 [Regex match: @"(abc|def)" to: @"I like my abcs and defs!"]
 => true

 [Regex match: @"(abc|def)" to: @"I like my abcs and defs!" andReplaceWith: "blah"]
 => @"I like my blahs and blahs!"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published