Skip to content

Commit 01d4a7c

Browse files
authored
Merge pull request #61 from mkantor/readme-updates
Tweak README, removing "What's Next?" section
2 parents 70a3ea9 + 5e021c2 commit 01d4a7c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ compile time. The standard library is anemic and documentation is lacking.
3131
The current runtime is an interpreter, but the plan is to eventually add one or
3232
more backends to allow building native executables.
3333

34-
### What's Next?
35-
36-
I'm focused on squashing compiler bugs and establishing solid foundations to
37-
build atop. Along the way I've been slowly fleshing out the type system and
38-
standard library.
39-
4034
## Language Design
4135

4236
### Syntax
@@ -203,7 +197,8 @@ data in the same sense as in Lisp, though without a macro system there's not
203197
much you can do with this right now.
204198

205199
Before a Please program terminates, it prints the fully-resolved version of
206-
itself to standard output. That means Hello World can be as simple as this:
200+
itself to standard output. That means `hello-world.plz` can be as simple as
201+
this:
207202

208203
```
209204
"Hello, World!"

0 commit comments

Comments
 (0)