Remove some more info from README.

This commit is contained in:
Calvin Rose 2019-03-31 18:13:59 -04:00
parent 71526d1d9b
commit cc55364b21
1 changed files with 0 additions and 10 deletions

View File

@ -16,16 +16,6 @@ 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
[https://janet-lang.org](https://janet-lang.org).
---
Implemented in mostly standard C99, janet runs on Windows, Linux and macOS.
The few features that are not standard C (dynamic library loading, compiler specific optimizations),
are fairly straight forward. Janet can be easily ported to new platforms.
For syntax highlighting, there is some preliminary vim syntax highlighting in [janet.vim](https://github.com/janet-lang/janet.vim).
Generic lisp syntax highlighting should, however, provide good results. One can also generate a janet.tmLanguage
file for other programs with `make grammar`.
## Use Cases
Janet makes a good system scripting language, or a language to embed in other programs. Think Lua or Guile.