Skip to content

Commit

Permalink
Merge pull request #74 from refaktor/refaktor-patch-11
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
refaktor authored Dec 21, 2023
2 parents 2c892a5 + e3b08a3 commit f9225db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ When learning about something new it makes sense to approach it from a familiar
The author of Factor once said that at the end *it's not about the language, but the libraries*. I can only agree, adding *libraries, and distribution*. Rye is still an experiment in language design, so it doesn't have anything like production level libraries. But to test the language with practical problems in mind, or because I needed something for my use of Rye, there are quite many modules already made.

### Base - official integrations
* Core builtin functions ⭐⭐⭐ 🧪tests: ~90%
* Core builtin functions ⭐⭐⭐ 🧪~80%
* Bcrypt - password hashing
* Bson - binary (j)son
* Crypto - cryptographic functions ⭐
Expand All @@ -233,11 +233,11 @@ The author of Factor once said that at the end *it's not about the language, but
* Mysql - database ⭐
* Postgresql - database ⭐
* Psutil - linux process management
* Regexp - regular expressions ⭐
* Regexp - regular expressions ⭐ 🧪~50%
* Smtpd - smtp server (receiver)
* Sqlite - database ⭐⭐
* Sxml - sax XML like streaming dialect
* Validation - validation dialect ⭐⭐
* Validation - validation dialect ⭐⭐ 🧪~50%
* Webview - Webview GUI

### Contrib - will be community / third party integrations
Expand All @@ -248,7 +248,7 @@ The author of Factor once said that at the end *it's not about the language, but
* Telegram bot - telegram bots
* Ebitengine - 2d game engine

legend: ⭐ priority
legend: ⭐ priority , 🧪 tests

## Follow development

Expand Down

0 comments on commit f9225db

Please sign in to comment.