@@ -21,32 +21,29 @@ blocks:
21
21
heading : " Lean, Nimble, Flexible"
22
22
content : |-
23
23
The entire toolchain, including a full cross compiler and reactive GUI
24
- system, fits in a single EXE just over 1MB in size. Drop that EXE in a
25
- folder, and you're good to go. Compile to any platform, from any
26
- platform. Red doesn't depend on anything beyond your OS, and the same
27
- goes for apps you build with it.
24
+ system, is in a single EXE just over 1MB in size. Drop that EXE in a
25
+ folder go. Compile to any platform, <i>from</i> any platform. Red
26
+ doesn't depend on anything but your OS; the same goes for what you build.
28
27
29
28
Red is also flexible. Compile the runtime to be used externally and shared,
30
- or called into from other languages. Need blazing performance, like C? Write
31
- directly in Red/System (EXEs as small as 7K). Mix and match by using the
32
- `routine` keyword in Red to inline Red/System code for performance critical
33
- sections.
29
+ or called into from other languages. Need C speed? Write your app in
30
+ Red/System (EXEs as small as 7K), or inline Red/System code just for
31
+ performance critical sections.
34
32
image : " /images/lean-nimble.jpg"
35
33
image_position : " right"
36
34
image_shadow : true
37
35
- template : " media-feature"
38
36
heading : " Red Knows You're Human"
39
37
content : |-
40
- It uses human-friendly syntax, like 31-Jan-2018 / 16:00+8:00 for dates ,
38
+ It uses human-friendly syntax, like 31-Jan-2018 / 16:00+8:00 for date/time ,
41
39
which is 1517385600 for those of you wearing an epoch seconds watch. What?
42
40
Nobody? That's what we thought. As programmers, we are so used to the pain
43
- most languages inflict on us, that we never even think there could be a
41
+ most languages inflict on us, that we can't even see there could be a
44
42
better way.
45
43
46
- We spend a lot of time on design, not just copying from the past, taking
47
- the long view. Human time is more valuable than machine time. You win
48
- because Red can be more efficient while also providing a better user
49
- experience.
44
+ We spend a lot of time on design, taking a long view. Human time is more
45
+ valuable than machine time. You win because Red can be more efficient while
46
+ also providing a better user experience.
50
47
51
48
image : " /images/red-knows.jpg"
52
49
image_position : " left"
@@ -129,13 +126,12 @@ blocks:
129
126
- template : " action-feature"
130
127
heading : " Red isn't for everyone"
131
128
content : |-
132
- Sure, it's easy to use, a no-brainer to install, and will let you write
133
- code in your paradigm of choice. But it's not for everyone. It's for
134
- rebels or, as we call ourselves, Reducers. Those who think there has to
135
- be a better way to write software, who are tired of slow, bloated, complex
136
- tools. The few who recognize that we've forgotten some of the best and
137
- most important lessons of the past, while carrying forward a legacy
138
- of syntax and limitations tied to machines and thinking from long ago.
129
+ Sure, it's easy to use, a no-brainer to install, and has superpowers, but
130
+ it's not for everyone. It's for rebels or, as we call ourselves, Reducers.
131
+ Those who think there has to be a better way to create software. The few
132
+ who see that we're encumbered by a legacy of limitations from a time gone
133
+ by, yet we've forgotten important lessons of the past. You, who are not
134
+ doomed to repeat it.
139
135
image : " /images/isnt-for-everyone.jpg"
140
136
image_position : " left"
141
137
button_text : " Learn More"
@@ -146,9 +142,9 @@ blocks:
146
142
content : |-
147
143
Do you feel that there's something wrong with the world? You don't know
148
144
what it is, but it's there, like a splinter in your mind...OK, you do
149
- know what it is; it's complexity. If you agree, if you dare to follow
150
- the tradition of the Rebol Forces , we can show you that there is no
151
- spoon. Join us, and fight sofware complexity.
145
+ know what it is; it's complexity. If you agree, if you dare to lead others
146
+ into the future , we can show you that there is no spoon. Join us, and
147
+ fight sofware complexity.
152
148
image : " /images/one-of-us.jpg"
153
149
image_position : " right"
154
150
button_text : " Start Reducing"
0 commit comments