generated from seanpm2001/Template_Other_V7
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An archive of the first version of the README.md file for this directory.
- Loading branch information
1 parent
595c701
commit b368143
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
|
||
*** | ||
|
||
# About Objective-C# | ||
|
||
Objective-C# is a mixture of Objective-C and C# It is an experimental project that I currently don't have enough time and resources to devote to, and will be a community project. As like all my other projects, it will be Free and Open Source, Free as in free of price, AND freedom (digital rights/cyber rights, human rights, software rights) | ||
|
||
## Syntax | ||
|
||
Its syntax contains fused terms, such as NSLog becoming NSLog.println, and Objective-C keywords mixed with C# keywords. It is planned to be a dot net language that is designed to run on Linux, MacOS, Windows, and any other needed operating system. | ||
|
||
## Shebang support | ||
|
||
Objective-C# supports BASH Shell shebangs as well, with the standard language Shebang being `#!/bin/objective-csharp -x` | ||
|
||
## File format | ||
|
||
Objective-C# can either use the .mm or .cs file formats. Right now, for compatibility, the *.mm file format is recommended above all. | ||
|
||
*** | ||
|
||
## File info | ||
|
||
**File type:** `Markdown document (*.md, *.mkd, *.mdown, *.markdown)` | ||
|
||
**File version:** `1 (Sunday, October 10th at 8:42 pm)` | ||
|
||
**Line count (including blank lines and compiler line):** `31` | ||
|
||
*** |