[go: nahoru, domu]

Skip to content

Commit

Permalink
Update the readme (enso-org#1682)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdanilo authored Apr 15, 2021
1 parent 17c6653 commit 3a3648e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository:
homepage: https://enso.org
topics:
enso, visual, textual, hybrid, functional, language, compiler, interpreter,
rts, jit, polyglot
graalvm, rts, jit, polyglot

private: false

Expand Down
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,13 @@ services, all in a single language. Watch the following introduction video to
learn what Enso is, and how it helps companies build data workflows in minutes
instead of weeks.

[![Introducing Enso video](https://img.youtube.com/vi/fQvWMoOjmQk/0.jpg)](https://www.youtube.com/watch?v=fQvWMoOjmQk)
<br/>

<a href="https://www.youtube.com/watch?v=fQvWMoOjmQk" rel="nofollow">
<img width="692" alt="Screenshot 2021-04-15 at 12 16 32" src="https://user-images.githubusercontent.com/1623053/114854125-c8173300-9de4-11eb-9b10-99a331eb2251.png">
</a>

<br/>

<br/>

Expand Down Expand Up @@ -84,15 +90,17 @@ always trust the results you get.
<ul><ul>
<b>Mix languages with close-to-zero interop overhead.</b><br/>
Import any library from Enso, Java, JavaScript, R, or Python, and use
functions, callbacks, and data types without any wrappers. Enso compiles
them to the same instruction set with a unified memory model.
functions, callbacks, and data types without any wrappers. Enso uses
<a href="https://www.graalvm.org">GraalVM</a> to compile them to the same
instruction set with a unified memory model.
<br/><a href="https://enso.org">Learn more →<a/>
</ul></ul>

<img align="left" width="44px" src="https://raw.githubusercontent.com/enso-org/icons/master/blue/with-bg/it/startup-and-new-business/051-rocket.svg">
<ul><ul>
<b>Fast. Up to 80x faster than Python.</b><br/>
It can even run other languages faster than their official runtimes. Enso-R
It can even run other languages faster than their official runtimes.
<a href="https://github.com/oracle/fastr">Enso-R (using FastR on the GraalVM)</a>
is 36x faster than GNU-R.
<br/><a href="https://github.com/enso-org/benchmarks">See benchmarks →<a/>
</ul></ul>
Expand Down Expand Up @@ -187,8 +195,10 @@ open and free to use. Join us, help us to build it, and spread the word!
Enso consists of several sub projects:

- **Enso Engine:** The Enso Engine is the set of tools that implement the Enso
language and its associated services. These include a just-in-time compiler,
runtime, and language server. These components can be used on their own as
language and its associated services. These include the Enso interpreter, a
just-in-time compiler and runtime (both powered by
[GraalVM](https://www.graalvm.org)), and a language server that lets you
inspect Enso code as it runs. These components can be used on their own as
command line tools.

- **Enso IDE:** The [Enso IDE](https://github.com/enso-org/ide) is the desktop
Expand Down

0 comments on commit 3a3648e

Please sign in to comment.