-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (93 loc) · 4.17 KB
/
index.html
File metadata and controls
103 lines (93 loc) · 4.17 KB
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
---
layout: default
title: the eero programming language
short-title: home
position: 1
---
<div class="featured fullwidth floating featuredbackgroundcolor">
<div class="intro_area contentmargins">
<div id="intro_content" class="floating">
<div class="logo logocolor">eero</div>
<div class="tagline logocolor">objective-c, evolved</div>
<div id="intro">
<div class="largecopy copycolor">
Eero is a dialect of Objective-C designed to make developers more
productive through improved code readability, maintainability, and safety.
</div>
</div>
<div id="download" class="copy copycolor accentbackgoundcolor">
Install Eero Xcode support the easy way with <a href="http://alcatraz.io/">Alcatraz.</a>
Command-line tools are also available from <a href="http://www.macports.org/ports.php?by=name&substr=eero">MacPorts,</a>
or build them yourself from <a href="https://github.com/eerolanguage/eero/wiki/Building">source.</a>
</div>
<!-- <div id="download" class="banner">
<a href="http://downloads.eerolanguage.org/easy%20installer/" class="bannerforegroundcolor">
<div class="largecopy bannertext bannerbackgroundcolor">
download
</div>
</a>
</div> -->
<!-- <div id="download" class="banner">
<a href="http://alcatraz.io/" class="bannerforegroundcolor">
<div class="largecopy bannerbackgroundcolor">
Install Eero Xcode support the easy way with Alcatraz
</div>
</a>
</div> -->
</div>
<div id="helloworld_container" class="floating largecopy">
<a href="https://github.com/eerolanguage/eero/tree/master/examples" id="helloworld_image">
<img src="/images/HelloWorld.png" alt="helloworld"></img>
<!-- {% include helloworld.html %} -->
</a>
</div>
</div>
</div>
<div id="facts" class="fullwidth floating accentbackgoundcolor">
<div id="facts_content" class="contentmargins">
<div class="largecopy copycolor">
<span>Eero is no longer being maintained by its original author.</span>
Thanks to everyone who used and supported this project!
If you would like to fork this project to create a new work, please feel free to use the
resources available in the <a href="https://github.com/eerolanguage/">repositories.</a>
<div id="dfquote" class="copy copycolor">
“Looks nice, to my eyes.” —John Gruber, via
<a href="http://daringfireball.net/linked/2012/07/09/eero">Daring Fireball</a>
</div>
</div>
</div>
</div>
<div class="floating softbackgroundcolor fullwidth">
<div class="contentmargins">
<div class="benefits contentbottommargins">
<div class="benefit">
<span class="largecopy copycolor">time-saving</span>
<div class="copy copycolor">
Poor code readability costs you development time. Syntactic “noise,”
redundant notation, and boilerplate all distract and provide
opportunities for “dumb”—and sometimes subtle—errors. No language can
guarantee clean code, but Eero helps you do a better job.
</div>
</div>
<div class="benefit">
<span class="largecopy copycolor">highly interoperable</span>
<div class="copy copycolor">
Eero offers excellent, nearly seamless interoperability with Objective-C, C,
and C++. Simply
<pre><a href="/documentation/index.html#importsincludes">import</a></pre>
and use SDK, third-party, and personal frameworks and
libraries. All LLVM memory management choices are available,
too, including manual reference counting and ARC.
</div>
</div>
<div class="benefit">
<span class="largecopy copycolor">high-performance</span>
<div class="copy copycolor">
Eero compiles down to the same binary code as Objective-C, so you’ll enjoy
the same performance as standard LLVM-generated Objective-C code, even
for any high-performance C functions or C++ objects you use!
</div>
</div>
</div>
</div>
</div>