|
@@ -0,0 +1,12 @@
|
|
1
|
+# Petal: a fast applications language with metaprogramming
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+For developing core libraries, OS kernels, or distributed lock stores scaling to a thousand requests
|
|
6
|
+a second, you want something with no overhead.
|
|
7
|
+
|
|
8
|
+Let's face it, most of the code we write is regular applications running at human scales in human
|
|
9
|
+time. We want to get something that works, fast. And we'd like something that works fast.
|
|
10
|
+
|
|
11
|
+That's where Petal comes in.
|
|
12
|
+
|