diff options
| author | 2019-01-06 03:23:03 -0500 | |
|---|---|---|
| committer | 2019-01-06 03:23:03 -0500 | |
| commit | 6f3bc3d577962b08c7143c007575ca8917588485 (patch) | |
| tree | 853a78db81149b10241d1946ce274a23d08ea87e /README.md | |
| parent | Add source location to doc macro. (diff) | |
Update copyright date, fix types, remove trailing whitespace.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,7 +10,7 @@ The language also bridging bridging to native code written in C, meta-programmin There is a repl for trying out the language, as well as the ability to run script files. This client program is separate from the core runtime, so -janet could be embedded into other programs. Try janet in your browser at +janet could be embedded into other programs. Try janet in your browser at [https://janet-lang.org](https://janet-lang.org). # @@ -51,7 +51,7 @@ Janet makes a good system scripting language, or a language to embed in other pr ## Documentation -Documentation can be found in the doc directory of +Documentation can be found in the doc directory of the repository. There is an introduction section contains a good overview of the language. @@ -66,7 +66,7 @@ documentation for the core library. For example, (doc doc) ``` Shows documentation for the doc macro. - + To get a list of all bindings in the default environment, use the `(all-symbols)` function. |
