Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf2d16f0

Browse files
committed
Clarify README
1 parent8c3cc34 commitf2d16f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ An Objective-C simulator written in Swift.
44

55
##Goals
66

7-
With few exceptions, this project aims to simulate whatObjective-Ccode is translated to in assembly(i.e. calls to`objc_msgSend`, inserted ARC functions, literal class-refs in class method calls, etc) as opposed to mirroring Objective-C style code and dynamism, which Swift cando alreadyby using`@objc` classes.
7+
With few exceptions, this project aims to simulate, in Swift, howObjective-Cworks under the hood(i.e. calls to`objc_msgSend`, inserted ARC functions, literal class-refs in class method calls, etc), as opposed to mirroring Objective-C style code and dynamism which Swift canaccomplish alreadyvia`@objc` classes.
88

9-
This project could theoretically be used as a dynamic runtime backend for a transpiled progamming language to transpile to, and as such, this framework and its conventions were crafted withthatin mind. Many of the constructs here may seemlike anything buttype-safe, butit's all perfectly safe if the code is generated by some other, more type-safe language.
9+
This project could theoretically be used as a dynamic runtime backend for a transpiled progamming language, and as such, this framework and its conventions were crafted withthis ideain mind. Many of the constructsusedhere may seemto lacktype-safety, buteverything is perfectly safe if the code is generated by some other, more type-safe language. In short, this code is not meant to be written by hand if used for anything serious.
1010

1111
##Features
1212

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp