diff --git a/README.md b/README.md index fb9f3188..739f1d7f 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,9 @@ -# janet - [![Build Status](https://travis-ci.org/bakpakin/janet.svg?branch=master)](https://travis-ci.org/bakpakin/janet) [![Appveyor Status](https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true)](https://ci.appveyor.com/project/bakpakin/janet) -
- -
Logo by honix
- + -Janet is a functional and imperative programming language and bytecode interpreter. It is a +**Janet** is a functional and imperative programming language and bytecode interpreter. It is a modern lisp, but lists are replaced by other data structures with better utility and performance (arrays, tables, structs, tuples). The language also bridging bridging to native code written in C, meta-programming with macros, and bytecode assembly. @@ -18,6 +13,8 @@ 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. diff --git a/assets/janet-w200.png b/assets/janet-w200.png new file mode 100644 index 00000000..ee9b9923 Binary files /dev/null and b/assets/janet-w200.png differ