-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
202 lines (178 loc) · 7.84 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>mulle-objc</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<!-- Twitter Cards -->
<meta name="twitter:title" content="mulle-objc Project">
<meta name="twitter:description" content="+[mulle-objc goals]
Improve and maintain Objective-C for use in the next decades
Run everywhere C runs
Everything faster than everyone else
Enable static linking
Enable massive threading
The runtime should be completely unloadable
Should work in real time applications
No magic
Keep the Spirit of C...">
<meta name="twitter:site" content="@mulle_nat">
<meta name="twitter:creator" content="@mulle_nat">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://mulle-objc.github.io/pix/default-thumb.png">
<!-- Open Graph -->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:title" content="Intro">
<meta property="og:description" content="+[mulle-objc goals]
Improve and maintain Objective-C for use in the next decades
Run everywhere C runs
Everything faster than everyone else
Enable static linking
Enable massive threading
The runtime should be completely unloadable
Should work in real time applications
No magic
Keep the Spirit of C...">
<meta property="og:url" content="https://mulle-objc.github.io">
<meta property="og:site_name" content="mulle-objc Project">
<meta property="og:image" content="https://mulle-objc.github.io/pix/default-thumb.png">
<meta property="og:logo" content="https://mulle-objc.github.io/pix/mulle-objc-logo-opaque-48x48.png">
<style>
.dennis-wrapper {
overflow: hidden;
}
.page-header, .main-content {
overflow: auto;
}
.main-content {
column-count: 2;
column-gap: 30px;
column-fill: balance;
}
@media screen and (max-width: 600px) {
.main-content {
column-count: 1;
}
}
.page-header-table {
margin-left: auto;
margin-right: auto;
}
.keep-together {
display: inline-block;
}
h2 {
margin-top: 40px
}
</style>
</head>
<body>
<div class="dennis-wrapper">
<section class="page-header">
<table class="page-header-table" border=0 cellpadding="0" cellspacing="0">
<tr>
<td style="border: 0">
<img src="pix/mulle-objc-logo-opaque.svg" width="160" height="160">
</td>
<td style="border: 0">
<div style="width: 40px;"> </div>
</td>
<td style="border: 0">
<h1 class="project-name">mulle-objc</h1>
<h2 class="project-tagline">The mulle-objc Community:<p>#MakeObjCGreatAgain</h2>
</td>
<td style="border: 0">
<div style="width: 40px;"> </div>
</td>
<td>
<a href="https://github.com/mulle-objc" class="btn">View on GitHub</a>
</td>
</tr>
</table>
</section>
<section class="main-content">
<section class="keep-together">
<h2>+[mulle-objc about]</h2>
<b><tt>mulle-objc</tt></b> enables you to write in Objective-C on
various platforms. It consists of the following parts:
<p>
<table>
<tr><th>Developer Guide</th><td><a href="https://www.mulle-kybernetik.com/de-re-mulle-objc/">De Re mulle-objc</a></td></tr>
<tr><td colspan=2></td></tr>
<tr><th>Class libraries</th><td><a href="https://github.com/MulleFoundation">MulleFoundation</a><br>
<a href="https://github.com/MulleWeb">MulleWeb</a></td></tr>
<tr><th>Runtime and Root classes</th><td><a href="https://github.com/mulle-objc/">mulle-objc</a></td></tr>
<tr><th>C libraries</th><td><a href="https://github.com/mulle-core">mulle-core</a></td></tr>
<tr><td colspan=2></td></tr>
<tr><th>Compiler / Debugger</th><td><a href="https://github.com/mulle-cc">mulle-cc</a></td></tr>
<tr><th>Tools</th><td><a href="https://github.com/mulle-sde">mulle-sde</a></td></tr>
<tr><th>Craftinfos</th><td><a href="https://github.com/craftinfo">craftinfo</a></td></tr>
</table>
<p>
Except for the compiler and the debugger all these <tt>mulle-objc</tt> components are licensed under
<a href="https://www.gnu.org/licenses/bsd.en.html">BSD terms</a>.
mulle-gdb is <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPL3</a> licensed. mulle-clang uses the <a href="https://releases.llvm.org/14.0.0/LICENSE.TXT">llvm</a> license. All of these are <a href="https://en.wikipedia.org/wiki/Open-source_model">Open Source</a> licenses.
<p>
</section>
<section class="keep-together">
<h2 id="mulle-objc-goals">+[mulle-objc goals]</h2>
<ul>
<li><b><i>Improve and maintain Objective-C for use in the next decades</i></b></li>
<li><b>Run everywhere C runs</b></li>
<li><b>Everything faster than everyone else</b></li>
<li><b>Enable static linking</b></li>
<li><b>Enable massive threading</b></li>
<li>The runtime should be completely unloadable</li>
<li>Should work in real time applications</li>
<li>No magic</li>
<li>Keep the <a href="http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2021.htm">Spirit of C</a>
</ul>
<p>
See <a href="https://mulle-kybernetik.com/mulle-objc">"About mulle-objc"</a> for
more in-depth information and technical background.
<p>
</section>
<section class="keep-together">
<h2>+[mulle-objc install]</h2>
There is a variety of install methods available:
<p>
<table><tr><th>Platform</th><th>Method</tr>
<tr><td>MacOS</td><td><tt>brew</tt></td></tr>
<tr><td>Linux</td><td><tt>apt</tt></td></tr>
<tr><td>Docker</td><td><tt>Dockerfile</tt></td></tr>
<tr><td>Unix/MinGW</td><td><tt>Script</tt></td></tr>
</table>
<p>
See <a href="//github.com/MulleFoundation/foundation-developer#install">foundation-developer</a>
for installation instructions.
<p>
Read the latest <a href="https://www.mulle-kybernetik.com/weblog/2024/mulle_objc_0_25_release.html">release announcement for version 0.25</a> for what's new.
</section>
<section class="keep-together">
<h2>+[mulle-objc support]</h2>
Get support on the <a href="https://discord.gg/5PAnRR28aM">mulle-objc Discord</a>.
<p>
Support the project by <a href="https://github.com/mulle-objc/mulle-objc.github.io/issues/1">becoming a public member</a> of <tt>mulle-objc</tt> and
to get a nice logo for your github profile:
<p>
<img src="pix/mulle-objc-logo-opaque.svg" width="48" height="48"">
<p>
Thanks to our Sponsor(s) for supporting the project.
<p>
<table>
<tr><td><a href="https://www.jetbrains.com">Jetbrains</a></td><td><a href="https://www.jetbrains.com"><img src="//raw.githubusercontent.com/mulle-objc/mulle-objc.github.io/master/pix/jetbrains.svg" alt="Jetbrains" height=48></a></td></tr>
</table>
</section>
</section>
<section class="page-footer">
<footer class="site-footer">
<span class="site-footer-credits">This page was generated by <a href="//pages.github.com">GitHub Pages</a> using the <a href="//github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</div>
</body>
</html>