@@ -25,8 +25,8 @@ blocks:
25
25
folder go. Compile to any platform, <i>from</i> any platform. Red
26
26
doesn't depend on anything but your OS; the same goes for what you build.
27
27
28
- Red is also flexible. Compile the runtime to be used externally and shared,
29
- or called into from other languages. Need C speed? Write your app in
28
+ Make standalone EXEs, or compile the runtime to be used externally and
29
+ called into from other languages. Need C speed? Write your app in
30
30
Red/System (EXEs as small as 7K), or inline Red/System code just for
31
31
performance critical sections.
32
32
image : " /images/lean-nimble.jpg"
@@ -35,8 +35,8 @@ blocks:
35
35
- template : " media-feature"
36
36
heading : " Red Knows You're Human"
37
37
content : |-
38
- It uses human-friendly syntax, like 31-Jan-2018 / 16:00+8:00 for date/time,
39
- which is 1517385600 for those of you wearing an epoch seconds watch. What?
38
+ As one example, you write dates like this: ` 31-Jan-2018/ 16:00+8:00`, which
39
+ is ` 1517385600` for those of you wearing an epoch seconds watch. What?
40
40
Nobody? That's what we thought. As programmers, we are so used to the pain
41
41
most languages inflict on us, that we can't even see there could be a
42
42
better way.
0 commit comments