File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,6 @@ compile time. The standard library is anemic and documentation is lacking.
3131The current runtime is an interpreter, but the plan is to eventually add one or
3232more 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
203197much you can do with this right now.
204198
205199Before 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!"
You can’t perform that action at this time.
0 commit comments